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