-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ZipWriter.CompressionMethod
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
Dim CompressionMethod As Integer
Sets the default compression method to use when writing the archive. Supported methods are:
-
METHOD_NONE
(0) -
METHOD_DEFLATE
(8) (zlib required) -
METHOD_BZIP2
(12) (bzip2 required)
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.