PresentationPreviewOptions
Leave feedback
On this page
Provides options to sets requirements and stream delegates for preview generation of Presentation document.
public class PresentationPreviewOptions : PreviewOptions
| Name | Description |
|---|---|
| PresentationPreviewOptions(CreatePageStream) | Initializes a new instance of the PresentationPreviewOptions class causing the output stream to be closed. |
| PresentationPreviewOptions(CreatePageStream, ReleasePageStream) | Initializes a new instance of PresentationPreviewOptions class causing the output stream to be returned to the client for further use. |
| Name | Description |
|---|---|
| CreatePageStream { get; set; } | Gets or sets an instance of the page stream creation delegate. |
| Height { get; set; } | Gets or sets the page preview height. |
| PageNumbers { get; set; } | Gets or sets an array of page numbers to generate previews. |
| PreviewFormat { get; set; } | Gets or sets the preview image format. |
| ReleasePageStream { get; set; } | Gets or sets an instance of the page preview completion delegate. |
| Resolution { get; set; } | Gets or sets the resolution for the generated images, in dots per inch. |
| Width { get; set; } | Gets or sets the page preview width. |
| Name | Description |
|---|---|
| const DefaultResolution | Default resolution in dots per inch. |
- class PreviewOptions
- namespace GroupDocs.Watermark.Options.Presentation
- assembly GroupDocs.Watermark
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.