Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.CompressionLevel

TElHTTPServerResponseParams     See also     


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


Specifies the 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

    This property specifies the compression. Values range from 0 (the minimal compression) to 9 (maximal compression).

See also:     UseCompression    

Discuss this help topic in SecureBlackbox Forum