Discuss this help topic in SecureBlackbox Forum

TElPGPCompressingStream.CompressionLevel

TElPGPCompressingStream     


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


Specifies level of compression.

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

    This property contains compression level (1-9) according to zlib standard.

Discuss this help topic in SecureBlackbox Forum