Discuss this help topic in SecureBlackbox Forum
Specifies compression algorithm.
Declaration
[C#]
int CompressionAlgorithm;
[VB.NET]
Property CompressionAlgorithm As Integer
[Pascal]
property CompressionAlgorithm: integer;
[C++]
int32_t get_CompressionAlgorithm();
[PHP]
integer get_CompressionAlgorithm()
[Java]
int getCompressionAlgorithm();
Values
Description
Use this read-only property to get the algorithm used for data compression.
Discuss this help topic in SecureBlackbox Forum