Class SplitArchiveSaveOptions
Contents
[
Hide
]SplitArchiveSaveOptions class
Options for saving a multi-volume zip archive.
public class SplitArchiveSaveOptions
Constructors
Name | Description |
---|---|
SplitArchiveSaveOptions(string, uint) | Instantiates settings for saving a multi-volume zip archive. |
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. |
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. |
FileName { get; } | Gets the name of segments without extension. |
SegmentSize { get; } | Gets the size of segment. |
See Also
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip