Discuss this help topic in SecureBlackbox Forum

TElPDFPermissions.Modify

TElPDFPermissions     See also     


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


Specifies if the document may be modified

Declaration

[C#]
    bool Modify;

[VB.NET]
    Property Modify As Boolean

[Pascal]
    property Modify : boolean;

[C++]
    bool get_Modify();
    void set_Modify(bool Value);

[PHP]
    bool get_Modify()
    void set_Modify(bool $Value)

[Java]
    boolean getModify();
    void setModify(boolean Value);

Description

    Use this property to specify if the user may modify the document.

See also:     Annotations     Assemble     Extract     ExtractAcc     FillInForms     LowQualityPrint     HighQualityPrint    

Discuss this help topic in SecureBlackbox Forum