ArchiveSaveOptions
Contents
[
Hide
]ArchiveSaveOptions class
Options for saving a zip archive.
The ArchiveSaveOptions type exposes the following members:
Constructors
| Name | Description |
|---|---|
| ArchiveSaveOptions() | Initializes a new instance of the ArchiveSaveOptions class |
Properties
| Name | Description |
|---|---|
| encoding | Gets or sets encoding for converting file names and other strings to bytes. |
| archive_comment | Gets or sets optional comment for the Zip file. |
| parallel_options | Gets or sets settings for parallel compression. |
| self_extractor_options | Gets or sets settings for self extracted archive. |
| events_bag | Gets or sets container of events raising on archive saving. |
| close_entry_source | Gets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed. |
| encryption_options | Gets of sets encryption settings for saving existing zip archive. |
| data_descriptor_policy | Gets or sets settings for Data Descriptor emission. |
See Also
- namespace aspose.zip.saving
- assembly Aspose.Zip