SplitArchiveSaveOptions
Contents
[
Hide
]SplitArchiveSaveOptions class
Options for saving a multi-volume zip archive.
The SplitArchiveSaveOptions type exposes the following members:
Constructors
Name | Description |
---|---|
SplitArchiveSaveOptions(file_name, segment_size) | Instantiates settings for saving a multi-volume zip archive. |
Properties
Name | Description |
---|---|
segment_size | Gets the size of the segment. |
file_name | Gets the name of segments without extension. |
archive_comment | Gets or sets optional comment for the Zip file. |
encoding | Gets or sets encoding for converting file names and other strings to bytes. |
close_entry_source | Gets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed. |
events_bag | Gets or sets container of events raising on archive saving. |
See Also
- namespace aspose.zip.saving
- assembly Aspose.Zip