Discuss this help topic in SecureBlackbox Forum

TElSSHClass.CompressionLevel

TElSSHClass     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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. Possible values for the Compression Level range from 0 (lowest compression) to 9 (maximum compression). This property is ignored if compression wasn't accepted.

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum