EnableZip64 Property

DotNetZip

Ionic Zip Library v1.9.1.6 EnableZip64 Property
ReferenceIonic.ZipZipOutputStreamEnableZip64
Specify whether to use ZIP64 extensions when saving a zip archive.
Declaration Syntax
C# Visual Basic Visual C++
public Zip64Option EnableZip64 { get; set; }
Public Property EnableZip64 As Zip64Option
	Get
	Set
public:
property Zip64Option EnableZip64 {
	Zip64Option get ();
	void set (Zip64Option value);
}
Remarks

The default value for the property is Never. AsNecessary is safest, in the sense that you will not get an Exception if a pre-ZIP64 limit is exceeded.

You must set this property before calling Write().

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