ArchiveSaveOptions

ArchiveSaveOptions class

Options for saving a zip archive.

The ArchiveSaveOptions type exposes the following members:

Constructors

NameDescription
ArchiveSaveOptions()Initializes a new instance of the ArchiveSaveOptions class

Properties

NameDescription
encodingGets or sets encoding for converting file names and other strings to bytes.
archive_commentGets or sets optional comment for the Zip file.
parallel_optionsGets or sets settings for parallel compression.
self_extractor_optionsGets or sets settings for self extracted archive.
events_bagGets or sets container of events raising on archive saving.
encryption_optionsGets of sets encryption settings for saving existing zip archive.

See Also