ISettings Interface
The ISettings interface determines the conversion settings of the PresentationConverter class. This interface can be obtained using the IPresentationConverter.Settings property.
Table 1. Properties
Property | Value Type | Access | Property description |
---|---|---|---|
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. |
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. |
Accessibility | IAccessibilitySettings | Read only | Returns the IAccessibilitySettings interface, enabling accessibility settings in a slide player. |
Table 2. Methods
Method | Method description |
---|---|
void Reset() | Restores default settings. |
Load(string fileName) | Loads the conversion settings from the XML file. |
Save(string fileName) | Saves the settings to the XML file. |