DiagramPreviewOptions class

DiagramPreviewOptions class

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

The DiagramPreviewOptions type exposes the following members:

Constructors

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

Properties

Property Description
high_quality_rendering The flag for high quality rendering.
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