Discuss this help topic in SecureBlackbox Forum
Specifies Zip compression level.
Declaration
[C#]
int CompressionLevel;
[VB.NET]
Property CompressionLevel As Integer
[Pascal]
property CompressionLevel : integer;
[C++]
int32_t get_CompressionLevel();
void set_CompressionLevel(int32_t Value);
[PHP]
integer get_CompressionLevel()
void set_CompressionLevel(integer $Value)
[Java]
int getCompressionLevel();
void setCompressionLevel(int Value);
Description
Use this property to specify the compression level of the package's Zip file.
The values range from 1 (lowest compression) to 9 (highest compression).
Discuss this help topic in SecureBlackbox Forum