ZipArchive.SaveMode Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
SaveMode
Gets or sets a save mode, which determines when changes are saved to the underlying stream.
Declaration
public ArchiveSaveMode SaveMode { get; set; }
Property Value
| Type | Description |
|---|---|
| ArchiveSaveMode | Save mode. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | The |
| InvalidOperationException | Attempt to set the Immediate without calling the Save() method first. |
| ObjectDisposedException | Archive was already disposed. |
| ZipException | Cannot perform the requested operation (see ProblemType for detailed information). |