Skip to content

PKZip.ZipWriter.SetEntryCompressionLevel

Andrew Lambert edited this page Nov 29, 2018 · 6 revisions

PKZip.ZipWriter.SetEntryCompressionLevel

Method Signature

 Sub SetEntryCompressionLevel(Path As String, CompressionLevel As Integer)

Parameters

Name Type Comment
Path String The entry to modify.
CompressionLevel Integer The compression level to use on the entry.

Remarks

Sets the compression level to use on the specified entry. 0=none; 1=fastest; 9=best.

Entry-level points of interest denoted by "☜"



Clone this wiki locally