Discuss this help topic in SecureBlackbox Forum
Specifies the number of annotations in the document.
Declaration
[VB.NET]
Property Annotations As Integer
[Pascal]
property Annotations : integer;
[C++]
int32_t get_Annotations();
void set_Annotations(int32_t Value);
[PHP]
integer get_Annotations()
void set_Annotations(integer $Value)
[Java]
int getAnnotations();
void setAnnotations(int Value);
Description
Use this property to specify the number of annotations in the document.
Discuss this help topic in SecureBlackbox Forum