Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Compress

TElPDFDocument     See also     


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


Specifies if the document should be compressed.

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

    Set this property to True to compress the document during encryption. The default value is False.

See also:     Encrypt    

Discuss this help topic in SecureBlackbox Forum