Discuss this help topic in SecureBlackbox Forum
Specifies whether the user may add annotations to the document
Declaration
[VB.NET]
Property Annotations As Boolean
[Pascal]
property Annotations : boolean;
[C++]
bool get_Annotations();
void set_Annotations(bool Value);
[PHP]
bool get_Annotations()
void set_Annotations(bool $Value)
[Java]
boolean getAnnotations();
void setAnnotations(boolean Value);
Description
Use this property to specify if the user may add annotations to the document.
Discuss this help topic in SecureBlackbox Forum