PngViewOptions class
PngViewOptions class
Contains options for rendering documents into PNG format. For details, see this page and its children.
Inheritance: PngViewOptions →
ViewOptions →
BaseViewOptions
The PngViewOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes an instance of the PngViewOptions class. |
| init | Initializes an instance of the PngViewOptions class. |
| init | Initializes an instance of the PngViewOptions class. |
Properties
| Property | Description |
|---|---|
| render_comments | Enables rendering comments. |
| render_notes | Enables rendering notes. |
| render_hidden_pages | Enables rendering of hidden pages. |
| default_font_name | Sets the default font for a document. |
| archive_options | The archive files view options. |
| cad_options | The CAD drawing view options. |
| email_options | The email messages view options. |
| outlook_options | The Microsoft Outlook data files view options. |
| mail_storage_options | Mail storage data files view options. |
| pdf_options | The PDF document view options. |
| project_management_options | The project management files view options. |
| spreadsheet_options | The spreadsheet files view options. |
| word_processing_options | The Word processing files view options. |
| visio_rendering_options | The Visio files view options. |
| text_options | Text files view options. |
| presentation_options | The presentation files view options. |
| web_document_options | The Web files view options. |
| watermark | The text watermark to be applied to each page. |
| extract_text | Enables text extraction. |
| width | The width of the output image (in pixels). |
| height | Sets the height of an output image (in pixels). |
| max_width | Sets the maximum width of an output image (in pixels). |
| max_height | Sets the maximum height of an output image (in pixels). |
Methods
| Method | Description |
|---|---|
| rotate_page | Applies the clockwise rotation to a page. |
See Also
- module
groupdocs.viewer.options - class
BaseViewOptions - class
PngViewOptions - class
ViewOptions