Discuss this help topic in SecureBlackbox Forum
Specifies the level of compression.
Declaration
[VB.NET]
Property ModeZLevel As Byte
[Pascal]
property ModeZLevel : byte;
[C++]
uint8_t get_ModeZLevel();
void set_ModeZLevel(uint8_t Value);
[PHP]
integer get_ModeZLevel()
void set_ModeZLevel(integer $Value)
[Java]
byte getModeZLevel();
void setModeZLevel(byte arg0);
Description
Use this property to specify the compression level. It can vary from 0 (no compression) to 9 (highest compression).
The default value is 6.
Discuss this help topic in SecureBlackbox Forum