Class SevenZipArchiveSaveOptions

Class SevenZipArchiveSaveOptions

Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (26.2.0)

Options for saving a 7Z archive.

public class SevenZipArchiveSaveOptions

Inheritance

object SevenZipArchiveSaveOptions

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

SevenZipArchiveSaveOptions()

public SevenZipArchiveSaveOptions()

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

bool