Discuss this help topic in SecureBlackbox Forum
This property specifies the preferable 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
Set this property before calling the
Open
method. The possible values for the Compression Level are 0
(the minimal compression) .. 9 (maximal compression). This
property is ignored if compression wasn't accepted.
Discuss this help topic in SecureBlackbox Forum