PagePreviewOptions
Leave feedback
On this page
Provides the options which are used to generate the document page preview.
public sealed class PagePreviewOptions
| Name | Description |
|---|---|
| PagePreviewOptions() | Initializes a new instance of the PagePreviewOptions class. |
| PagePreviewOptions(int) | Initializes a new instance of the PagePreviewOptions class with the preview dpi. |
| PagePreviewOptions(PagePreviewFormat) | Initializes a new instance of the PagePreviewOptions class with the preview format. |
| PagePreviewOptions(PagePreviewFormat, int) | Initializes a new instance of the PagePreviewOptions class the preview format and dpi. |
| Name | Description |
|---|---|
| Dpi { get; set; } | Gets a DPI of the document page image. |
| Format { get; set; } | Gets a format of the document page image. |
| ScaleFactor { get; } | Gets a scale factor. |
| Name | Description |
|---|---|
| const DEFAULT_DPI | Defines a default value of Dpi property. |
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
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.