Discuss this help topic in SecureBlackbox Forum
Specifies if the user may fill in forms in the document
Declaration
[C#/Java]
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)
Description
Use this property to specify if the user may fill in forms in the document.
Discuss this help topic in SecureBlackbox Forum