ZipArchive.SaveMode Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
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 |
---|---|
Archive |
Save mode. |
Exceptions
Type | Condition |
---|---|
Argument |
The |
Invalid |
Attempt to set the Immediate without calling the Save() method first. |
Object |
Archive was already disposed. |
Zip |
Cannot perform the requested operation (see Problem |