Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.CompressionLevel

TElPGPWriter     See also     


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. The value range is algorithm-specific. For ZLib the values are from 0 (no compression) to 9 (highest compression).

See also:     Compress     CompressionAlgorithm    

Discuss this help topic in SecureBlackbox Forum