1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. PagePreviewOptions class

PagePreviewOptions class

PagePreviewOptions class

Provides the options which are used to generate the document page preview.

The PagePreviewOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PagePreviewOptions class.
init Initializes a new instance of the PagePreviewOptions class with the preview format.
init Initializes a new instance of the PagePreviewOptions class with the preview dpi.
init Initializes a new instance of the PagePreviewOptions class the preview format and dpi.

Properties

Property Description
format Gets a format of the document page image.
dpi Gets a DPI of the document page image.
scale_factor Gets a scale factor.
DEFAULT_DPI Defines a default value of PagePreviewOptions.dpi property.

See Also