PresentationConvertOptions
PresentationConvertOptions class
Describes options for conversion to Presentation file type.
Copy public class PresentationConvertOptions : CommonConvertOptions < PresentationFileType >
Constructors
Properties
Name
Description
Format { get; set; }
The desired file type the input document should be converted to.
virtual Format { get; set; }
Implements Format
PageNumber { get; set; }
Implements PageNumber
Pages { get; set; }
Implements Pages
PagesCount { get; set; }
Implements PagesCount
Password { get; set; }
Set this property if you want to protect the converted document with a password.
Watermark { get; set; }
Implements Watermark
Zoom { get; set; }
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
Name
Description
Clone ()
Clones current options instance.
override Equals (object)
Determines whether two object instances are equal.
virtual Equals (ValueObject)
Determines whether two object instances are equal.
override GetHashCode ()
Serves as the default hash function.
See Also