DiagramConvertOptions class

DiagramConvertOptions class

Represents options for conversion to Diagram file type.

The DiagramConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new DiagramConvertOptions instance.

Properties

Property Description
auto_fit_page_to_drawing_content The property defines whether to enlarge the page to fit drawing content.
format The desired file type the input document should be converted to.
page_number The page number to start conversion from.
pages The list of page indexes to be converted; specify it to convert specific pages.
pages_count The number of pages to convert starting from PageNumber.
watermark The watermark specific options.

See Also