AlternateEncodingUsage Property

DotNetZip

Ionic Zip Library v1.9.1.6 AlternateEncodingUsage Property
ReferenceIonic.ZipZipOutputStreamAlternateEncodingUsage
A flag that tells if and when this instance should apply AlternateEncoding to encode the filenames and comments associated to of ZipEntry objects contained within this instance.
Declaration Syntax
C# Visual Basic Visual C++
public ZipOption AlternateEncodingUsage { get; set; }
Public Property AlternateEncodingUsage As ZipOption
	Get
	Set
public:
property ZipOption AlternateEncodingUsage {
	ZipOption get ();
	void set (ZipOption value);
}

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