EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.CompressionAlgorithm

TElPGPReader     See also    


 

Specifies compression algorithm.

 
 

Declaration

[C#]
    int CompressionAlgorithm;

[VB.NET]
    Property CompressionAlgorithm As Integer

[Pascal]
    property CompressionAlgorithm: integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Value Description
SB_PGP_ALGORITHM_CM_UNCOMPRESSED 0 (0x00) Compression is not used.
SB_PGP_ALGORITHM_CM_ZIP 1 (0x01) ZIP compression (part of ZLib) is used.
SB_PGP_ALGORITHM_CM_ZLIB 2 (0x02) ZLib compression is used.
SB_PGP_ALGORITHM_CM_BZIP2 3 (0x03) BZip2 compression is used. Note, that BZip2 compression is new and not widely supported.
Declared in
[.NET] [Pascal]
Namespace: SBPGPConstants
Assembly: SecureBlackbox.PGP
Unit: SBPGPConstants

 
 

Description

    Use this read-only property to get the algorithm used for data compression.

 
 

See also:     EncryptionAlgorithm     OnFileExtractionStart    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation