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

PagePreviewOptions constructor

On this page

init

Initializes a new instance of the PagePreviewOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the PagePreviewOptions class with the preview format.

def __init__(self, format):
    ...
Parameter Type Description
format groupdocs.parser.options.PagePreviewFormat The format of the document page image.

init

Initializes a new instance of the PagePreviewOptions class with the preview dpi.

def __init__(self, dpi):
    ...
Parameter Type Description
dpi int The DPI of the document page image.

init

Initializes a new instance of the PagePreviewOptions class the preview format and dpi.

def __init__(self, format, dpi):
    ...
Parameter Type Description
format groupdocs.parser.options.PagePreviewFormat The format of the document page image.
dpi int The DPI of the document page image.

See Also

On this page