ArchiveSaveOptions

ArchiveSaveOptions class

Options for saving a zip archive.

public class ArchiveSaveOptions

Constructors

NameDescription
ArchiveSaveOptions()The default constructor.

Properties

NameDescription
ArchiveComment { get; set; }Gets or sets optional comment for the Zip file.
Encoding { get; set; }Gets or sets encoding for converting file names and other strings to bytes.
EncryptionOptions { get; set; }Gets of sets encryption settings for saving existing zip archive.
EventsBag { get; set; }Gets or sets container of events raising on archive saving.
ParallelOptions { get; set; }Gets or sets settings for parallel compression.
SelfExtractorOptions { get; set; }Gets or sets settings for self extracted archive.

See Also