Discuss this help topic in SecureBlackbox Forum
Specifies compression level for the archive entry.
Declaration
[C#]
uint CompressionLevel;
[VB.NET]
Property CompressionLevel As UInt32
[Pascal]
property CompressionLevel : cardinal;
[C++]
uint32_t get_CompressionLevel();
void set_CompressionLevel(uint32_t Value);
[PHP]
integer get_CompressionLevel()
void set_CompressionLevel(integer $Value)
[Java]
int getCompressionLevel();
void setCompressionLevel(int Value);
Description
Use this property to specify compression level.
The values range from 1 (lowest compression) to 9 (highest compression).
Discuss this help topic in SecureBlackbox Forum