Class PreviewOptions
Leave feedback
On this page
Represents document preview options.
public class PreviewOptions
| Name | Description |
|---|---|
| PreviewOptions(CreatePageStream) | Initializes a new instance of PreviewOptions class. |
| PreviewOptions(CreatePageStream, ReleasePageStream) | Initializes a new instance of PreviewOptions class. |
| Name | Description |
|---|---|
| CreatePageStream { get; set; } | Delegate which defines method to create output page preview stream. |
| Height { get; set; } | Page preview height. |
| PageNumbers { get; set; } | Page numbers that will be previewed. |
| PreviewFormat { get; set; } | Preview image format. |
| ReleasePageStream { get; set; } | Delegate which defines method to remove output page preview stream |
| RenderAnnotations { get; set; } | The property that controls whether annotations will be generated on the preview. Default State - true. |
| RenderComments { get; set; } | The property that controls whether comments will be generated on the preview. Default State - true. Now Supported only in MS Word document |
| Resolution { get; set; } | Gets or sets the resolution for generated images, in dots per inch. |
| Width { get; set; } | Page preview width. |
| WorksheetColumns { get; set; } | Worksheet columns to generate. Generation proceeds in the specified order. |
- namespace GroupDocs.Annotation.Options
- assembly GroupDocs.Annotation
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.