CabSaveOptions

CabSaveOptions class

Options for saving a CAB archive.

The CabSaveOptions type exposes the following members:

Constructors

NameDescription
CabSaveOptions()Initializes a new instance of the CabSaveOptions class

Properties

NameDescription
skip_checksum_calculationGets or sets a value indicating whether to skip checksum calculation when saving the CAB archive.
close_entry_sourceGets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed.

See Also