PresentationPreviewOptions class

PresentationPreviewOptions class

Provides options to set requirements and stream delegates for preview generation of a Presentation document.

The PresentationPreviewOptions type exposes the following members:

Constructors

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

Properties

Property Description
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