Class ArchiveSaveOptions
Contents
[
Hide
]ArchiveSaveOptions class
Options for saving a zip archive.
public class ArchiveSaveOptions
Constructors
| Name | Description |
|---|---|
| ArchiveSaveOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| ArchiveComment { get; set; } | Gets or sets optional comment for the Zip file. |
| CloseEntrySource { get; set; } | Gets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed. |
| DataDescriptorPolicy { get; set; } | Gets or sets settings for Data Descriptor emission. |
| 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
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip