PdfViewOptions class

PdfViewOptions class

Contains options for rendering documents into PDF format. For details, see the documentation.

Inheritance: PdfViewOptionsViewOptionsBaseViewOptions

The PdfViewOptions type exposes the following members:

Constructors

Constructor Description
init Initializes an instance of PdfViewOptions class.
init Initializes an instance of PdfViewOptions class.
init Initializes an instance of PdfViewOptions 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.
security Sets the output PDF document security options.
pdf_optimization_options Reduces output PDF file size by applying optimization techniques with different options.
image_max_width Sets the maximum width of an output image (in pixels).
image_max_height Sets the maximum height of an output image (in pixels).
image_width Sets the width of an output image (in pixels).
image_height Sets the height of an output image (in pixels).

Methods

Method Description
rotate_page Applies the clockwise rotation to a page.

See Also