Encoding Property

DotNetZip

Ionic Zip Library v1.9.1.6 Encoding Property
ReferenceIonic.ZipReadOptionsEncoding
The System.Text.Encoding to use when reading in the zip archive. Be careful specifying the encoding. If the value you use here is not the same as the Encoding used when the zip archive was created (possibly by a different archiver) you will get unexpected results and possibly exceptions.
Declaration Syntax
C# Visual Basic Visual C++
public Encoding Encoding { get; set; }
Public Property Encoding As Encoding
	Get
	Set
public:
property Encoding^ Encoding {
	Encoding^ get ();
	void set (Encoding^ value);
}

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