Discuss this help topic in SecureBlackbox Forum
Specifies if the user may fill in forms in the document
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum