AlternateEncoding Property

DotNetZip

Ionic Zip Library v1.9.1.6 AlternateEncoding Property
ReferenceIonic.ZipZipOutputStreamAlternateEncoding
A Text Encoding to use when encoding the filenames and comments for all the ZipEntry items, during a ZipFile.Save() operation.
Declaration Syntax
C# Visual Basic Visual C++
public Encoding AlternateEncoding { get; set; }
Public Property AlternateEncoding As Encoding
	Get
	Set
public:
property Encoding^ AlternateEncoding {
	Encoding^ get ();
	void set (Encoding^ value);
}
Remarks

Whether the encoding specified here is used during the save depends on AlternateEncodingUsage.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)