Discuss this help topic in SecureBlackbox Forum

TElPDFPermissions.FillInForms

TElPDFPermissions     See also     


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


Specifies if the user may fill in forms in the document

Declaration

[C#]
    bool FillInForms;

[VB.NET]
    Property FillInForms As Boolean

[Pascal]
    property FillInForms : boolean;

[C++]
    bool get_FillInForms();
    void set_FillInForms(bool Value);

[PHP]
    bool get_FillInForms()
    void set_FillInForms(bool $Value)

[Java]
    boolean getFillInForms();
    void setFillInForms(boolean Value);

Description

    Use this property to specify if the user may fill in forms in the document.

See also:     Annotations     Assemble     Extract     ExtractAcc     Modify     LowQualityPrint     HighQualityPrint    

Discuss this help topic in SecureBlackbox Forum