PdfViewOptions

PdfViewOptions class

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

The PdfViewOptions type exposes the following members:

Constructors

Name Description
PdfViewOptions(file_stream_factory) Initializes a new instance of the PdfViewOptions class
PdfViewOptions() Initializes an instance of PdfViewOptions class.
PdfViewOptions(output_file_path) Initializes a new instance of the PdfViewOptions class

Properties

Name Description
render_comments
render_notes
render_hidden_pages
default_font_name
archive_options
cad_options
email_options
outlook_options
mail_storage_options
pdf_options
project_management_options
spreadsheet_options
word_processing_options
visio_rendering_options
text_options
presentation_options
web_document_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

Name Description
rotate_page(page_number, rotation) Applies the clockwise rotation to a page.

See Also