Discuss this help topic in SecureBlackbox Forum

TElPDFPermissions.ExtractAcc

TElPDFPermissions     See also     


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


Specifies if pictures/text may be extracted from the document for accessibility purposes

Declaration

[C#]
    bool ExtractAcc;

[VB.NET]
    Property ExtractAcc As Boolean

[Pascal]
    property ExtractAcc : boolean;

[C++]
    bool get_ExtractAcc();
    void set_ExtractAcc(bool Value);

[PHP]
    bool get_ExtractAcc()
    void set_ExtractAcc(bool $Value)

[Java]
    boolean getExtractAcc();
    void setExtractAcc(boolean Value);

Description

    Use this property to specify if the user may extract pictures/text from the document for accessibility purposes.

See also:     Annotations     Assemble     Extract     FillInForms     Modify     LowQualityPrint     HighQualityPrint    

Discuss this help topic in SecureBlackbox Forum