Class CabSaveOptions

Class CabSaveOptions

Namespace: Aspose.Zip.Cab
Assembly: Aspose.Zip.dll (25.12.0)

Options for saving a CAB archive.

public class CabSaveOptions

Inheritance

object CabSaveOptions

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

SkipChecksumCalculation

Gets or sets a value indicating whether to skip checksum calculation when saving the CAB archive.

public bool SkipChecksumCalculation { get; set; }

Property Value

bool