WordProcessingPreviewOptions class

WordProcessingPreviewOptions class

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

The WordProcessingPreviewOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the WordProcessingPreviewOptions class causing the output stream to be closed.
init Initializes a new WordProcessingPreviewOptions instance that returns the output stream 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