Discuss this help topic in SecureBlackbox Forum

TElPDFPermissions.Extract

TElPDFPermissions     See also     


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


Specifies if pictures/text may be extracted from the document

Declaration

[C#]
    bool Extract;

[VB.NET]
    Property Extract As Boolean

[Pascal]
    property Extract : boolean;

[C++]
    bool get_Extract();
    void set_Extract(bool Value);

[PHP]
    bool get_Extract()
    void set_Extract(bool $Value)

[Java]
    boolean getExtract();
    void setExtract(boolean Value);

Description

    Use this property to specify if the user may extract (copy) pictures and text from the document.

See also:     Annotations     Assemble     ExtractAcc     FillInForms     Modify     LowQualityPrint     HighQualityPrint    

Discuss this help topic in SecureBlackbox Forum