PresentationConvertOptions class

PresentationConvertOptions class

Describes options for conversion to Presentation file type.

Inheritance: PresentationConvertOptionsCommonConvertOptionsConvertOptionsValueObject

The PresentationConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of PresentationConvertOptions class.

Properties

Property Description
format Overrides the Format property to ensure it is of type PresentationFileType.
watermark Implements IWatermarkedConvertOptions.watermark
page_number Implements IPagedConvertOptions.page_number
pages_count Implements IPagedConvertOptions.pages_count
pages Implements IPageRangedConvertOptions.pages
password Set this property if you want to protect the converted document with a password.
zoom Specifies the zoom level in percentage. Default is 100.
Default zoom is supported till Microsoft Powerpoint 2010. Starting from Microsoft Powerpoint 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened.

Methods

Method Description
equals Determines whether two object instances are equal.
clone Clones current options instance.

See Also