Class ZipSaveOptions
Provides options for configuring an IronZip archive.
Inheritance
System.Object
ZipSaveOptions
Namespace: IronZip
Assembly: IronZip.dll
Syntax
public class ZipSaveOptions : Object
Constructors
ZipSaveOptions()
Declaration
public ZipSaveOptions()
Properties
Compression
Gets or sets the compression level (default is 9).
Declaration
public int Compression { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EncryptionMethod
Gets or sets the encryption method.
Declaration
public EncryptionMethods EncryptionMethod { get; set; }
Property Value
Type | Description |
---|---|
EncryptionMethods |
Password
Gets or sets the password for encryption (null if not set).
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |