Discuss this help topic in SecureBlackbox Forum

TElPGPReader.CompressionAlgorithm

TElPGPReader     See also     


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


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.

See also:     EncryptionAlgorithm     OnFileExtractionStart    

Discuss this help topic in SecureBlackbox Forum