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