Determines how entries are tested to see if they should use Zip64 extensions or not.
Namespace: PdfEdit.SharpZipLib.Zip
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Off | 0 | Zip64 will not be forced on entries during processing. | |
On | 1 | Zip64 should always be used. | |
Dynamic | 2 | #ZipLib will determine use based on entry values when added to archive. |
See Also