PresentationPreviewOptions class
Leave feedback
On this page
Provides options to set requirements and stream delegates for preview generation of a Presentation document.
The PresentationPreviewOptions type exposes the following members:
| 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. |
| 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) |
| Field | Description |
|---|---|
| DEFAULT_RESOLUTION | Default resolution in dots per inch. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.