Discuss this help topic in SecureBlackbox Forum

TElPDFPermissions.Annotations

TElPDFPermissions     See also     


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


Specifies whether the user may add annotations to the document

Declaration

[C#]
    bool Annotations;

[VB.NET]
    Property Annotations As Boolean

[Pascal]
    property Annotations : boolean;

[C++]
    bool get_Annotations();
    void set_Annotations(bool Value);

[PHP]
    bool get_Annotations()
    void set_Annotations(bool $Value)

[Java]
    boolean getAnnotations();
    void setAnnotations(boolean Value);

Description

    Use this property to specify if the user may add annotations to the document.

See also:     Assemble     Extract     ExtractAcc     FillInForms     Modify     LowQualityPrint     HighQualityPrint    

Discuss this help topic in SecureBlackbox Forum