Class CabSaveOptions
Class CabSaveOptions
Namespace: Aspose.Zip.Cab
Assembly: Aspose.Zip.dll (26.2.0)
Options for saving a CAB archive.
public class CabSaveOptionsInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CabSaveOptions()
public CabSaveOptions()Properties
CloseEntrySource
Gets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed.
public bool CloseEntrySource { get; set; }Property Value
SkipChecksumCalculation
Gets or sets a value indicating whether to skip checksum calculation when saving the CAB archive.
public bool SkipChecksumCalculation { get; set; }