Discuss this help topic in SecureBlackbox Forum
Specifies data compression level from 1 to 9.
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 from 1 (lowest) to 9 (highest).
The default value is 6.
Discuss this help topic in SecureBlackbox Forum