JpgViewOptions

JpgViewOptions class

Provides options for rendering documents into JPG format. For details, see this

The JpgViewOptions type exposes the following members:

Constructors

Name Description
JpgViewOptions(page_stream_factory) Initializes a new instance of the JpgViewOptions class
JpgViewOptions() Initializes an instance of the JpgViewOptions class.
JpgViewOptions(file_path_format) Initializes a new instance of the JpgViewOptions 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.
quality Sets the quality of the output image.
extract_text Enables text extraction.
width Sets 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

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

See Also