Discuss this help topic in SecureBlackbox Forum
Specifies the number of annotations in the document.
Declaration
[C#/Java]
int Annotations;
[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)
Description
Use this property to specify the number of annotations in the document.
Discuss this help topic in SecureBlackbox Forum