SpreadsheetPreviewOptions class

SpreadsheetPreviewOptions class

Provides options to set requirements and stream delegates for preview generation of spreadsheet documents.

The SpreadsheetPreviewOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the SpreadsheetPreviewOptions class causing the output stream to be closed.
init Initializes a new instance of SpreadsheetPreviewOptions class causing the output stream to be returned to the client for further use.

Properties

Property Description
only_data_area The flag for rendering the data area only without headers, footers, margins.
resolution The resolution for the generated images, in dots per inch.
create_page_stream The page stream creation delegate. (inherited from PreviewOptions)
height The page preview height. (inherited from PreviewOptions)
page_numbers The array of page numbers to generate previews. (inherited from PreviewOptions)
preview_format The preview image format. (inherited from PreviewOptions)
release_page_stream The page preview completion delegate. (inherited from PreviewOptions)
width The page preview width. (inherited from PreviewOptions)

Fields

Field Description
DEFAULT_RESOLUTION Default resolution in dots per inch.

See Also