LogFile | string | Read/Write | If the property is specified, a log file will be created at the specified path after conversion. The log file contains information on the presentation conversion progress. |
TemporaryFolder | string | Read/Write | A path to the folder where temporary files are stored will be created during conversion. When the property is not specified, temporary files will be created in the system's temporary files folder by default.
Note: temporary files are automatically deleted at the end of the presentation's conversion. |
ZipCompression | IZipCompressionSettings | Read only | Returns the IZipCompressionSettings interface, allowing the archiving of a presentation right after the conversion process is over |
Playback | IPlaybackSettings | Read only | Returns the IPlaybackSettings interface, providing presentation playback settings. |
PresentationContent | IPresentationContentSettings | Read only | Enables and disables publishing of additional presentation content. |
Html5 | IHtml5Settings | Read only | Provides HTML5-specific publishing settings. |
Compression | ICompressionSettings | Read only | Returns the ICompressionSettings interface, providing images, video, and audio compression settings. |
Appearance | IAppearanceSettings | Read only | Returns the IAppearanceSettings interface, providing HTML presentation appearance customization facilities. |
Media | IMediaSettings | Read only | Returns the IMediaSettings interface, providing media format and compression settings. |
Navigation | INavigationSettings | Read only | Returns the INavigationSettings interface, providing HTML presentation navigation settings. |
Protection | IProtectionSettings | Read only | Returns the IProtectionSettings interface, providing copyright and protection facilities. |