OutputUsedZip64 Property

DotNetZip

Ionic Zip Library v1.9.1.6 OutputUsedZip64 Property
ReferenceIonic.ZipZipOutputStreamOutputUsedZip64
Indicates whether ZIP64 extensions were used when saving the zip archive.
Declaration Syntax
C# Visual Basic Visual C++
public bool OutputUsedZip64 { get; }
Public ReadOnly Property OutputUsedZip64 As Boolean
	Get
public:
property bool OutputUsedZip64 {
	bool get ();
}
Remarks
The value is defined only after the ZipOutputStream has been closed.

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