Class ArchiveSaveOptions
ArchiveSaveOptions class
Options for saving a zip archive.
public class ArchiveSaveOptions
Constructors
Properties
Name | Description |
---|
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. |
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