PresentationConvertOptions class

PresentationConvertOptions class

Describes options for conversion to Presentation file type.

The PresentationConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of PresentationConvertOptions.

Properties

Property Description
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. Should be specified to convert specific pages.
pages_count The number of pages to convert starting from PageNumber.
password The password used to protect the converted document.
watermark The watermark specific options.
zoom The zoom level in percentage.

See Also