PngViewOptions class
Leave feedback
On this page
Represents options for rendering documents into PNG format.
For more information, see the online documentation.
The PngViewOptions type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new PngViewOptions instance. |
| init | Initializes an instance of the PngViewOptions class. |
| init | Initializes a new PngViewOptions instance. |
| init | Initializes a PngViewOptions instance. |
| init | Initializes a new PngViewOptions instance. |
| Method | Description |
|---|---|
| rotate_page | Applies the clockwise rotation to a page. (inherited from ViewOptions) |
| rotate_page_int32 | (inherited from ViewOptions) |
| Property | Description |
|---|---|
| extract_text | The property enables text extraction. |
| height | The height of the output image in pixels. |
| max_height | The maximum height of an output image in pixels. |
| max_width | The maximum width of an output image in pixels. |
| width | The width of the output image (in pixels). |
| archive_options | The archive files view options. (inherited from BaseViewOptions) |
| cad_options | The CAD drawing view options. (inherited from BaseViewOptions) |
| default_font_name | The default font for a document used during rendering when a required font is missing. (inherited from BaseViewOptions) |
| email_options | The email messages view options. (inherited from BaseViewOptions) |
| mail_storage_options | The mail storage data files view options. (inherited from BaseViewOptions) |
| outlook_options | The Microsoft Outlook data files view options. (inherited from BaseViewOptions) |
| page_rotations | The page rotation. (inherited from ViewOptions) |
| pdf_options | The PDF document view options. (inherited from BaseViewOptions) |
| presentation_options | The presentation files view options. (inherited from BaseViewOptions) |
| project_management_options | The project management files view options. (inherited from BaseViewOptions) |
| remove_comments | The property disables rendering comments when set to True. By default it is False, so all comments are displayed. (inherited from BaseViewOptions) |
| render_comments | The property enables or disables rendering comments. (inherited from BaseViewOptions) |
| render_hidden_pages | The property enables rendering of hidden pages. (inherited from BaseViewOptions) |
| render_notes | The property enables rendering notes and annotations for some formats. (inherited from BaseViewOptions) |
| spreadsheet_options | The spreadsheet files view options. (inherited from BaseViewOptions) |
| text_options | The text options for rendering text files. (inherited from BaseViewOptions) |
| visio_rendering_options | The Visio files view options. (inherited from BaseViewOptions) |
| watermark | The text watermark to be applied to each page. (inherited from ViewOptions) |
| web_document_options | The Web files view options. (inherited from BaseViewOptions) |
| word_processing_options | The Word processing files view options. (inherited from BaseViewOptions) |
from groupdocs.viewer import Viewer
from groupdocs.viewer.options import PngViewOptions
with Viewer("document.pdf") as viewer:
viewer.view(PngViewOptions("page_{0}.png"))
Task guides that use PngViewOptions:
- module
groupdocs.viewer.options
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.