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

PropertyValue TypeAccessDefault valueProperty description
EnabledboolRead/WriteFalseEnables ZIP compression of the converted presentations.
PreserveSourceFilesboolRead/WriteFalsePrevents deleting generated presentation files after zipping.
OutputFilestringRead/WriteEmptyThe ZIP file name. If that is empty, it will be the presentation's HTML file name along with the .zip extension.

Table 2. Methods

MethodMethod Description
void Reset()Restores default ZIP compression settings.