The IZipCompressionSettings interface allows the archiving of a presentation right after the conversion process is over. This interface can be obtained using the ISettings.ZipCompression property.
Table 1. Properties
| Property | Value Type | Access | Default value | Property description |
|---|
| Enabled | bool | Read/Write | False | Enables ZIP compression of the converted presentations. |
| PreserveSourceFiles | bool | Read/Write | False | Prevents deleting generated presentation files after zipping. |
| OutputFile | string | Read/Write | Empty | The ZIP file name. If that is empty, it will be the presentation's HTML file name along with the .zip extension. |
Table 2. Methods
| Method | Method Description |
|---|
| void Reset() | Restores default ZIP compression settings. |