Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.Compress

TElPGPWriter     See also     


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


Specifies if the data should be compressed before encryption.

Declaration

[C#]
    bool Compress;

[VB.NET]
    Property Compress As Boolean

[Pascal]
    property Compress : boolean;

[C++]
    bool get_Compress();
    void set_Compress(bool Value);

[PHP]
    bool get_Compress()
    void set_Compress(bool $Value)

[Java]
    boolean getCompress();
    void setCompress(boolean Value);

Description

    If the value of this property is True, the data will be compressed before encryption.

See also:     Armor     CompressionLevel    

Discuss this help topic in SecureBlackbox Forum