PagePreviewOptions constructor
Leave feedback
On this page
Initializes a new instance of the PagePreviewOptions class.
def __init__(self):
...
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. |
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. |
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. |
- module
groupdocs.parser.options - class
PagePreviewOptions
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.