PagePreviewOptions
Contents
 [
        
            Hide
        ]
    PagePreviewOptions class
Provides the options which are used to generate the document page preview.
public sealed class PagePreviewOptions
Constructors
| 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. | 
Properties
| 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. | 
Fields
| Name | Description | 
|---|---|
| const DEFAULT_DPI | Defines a default value of Dpi property. | 
See Also
- namespace GroupDocs.Parser.Options
 - assembly GroupDocs.Parser