Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.Annotations

TElPDFLegalContentAttestation     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the number of annotations in the document.

Declaration

[C#]
    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)

[Java]
    int getAnnotations();
    void setAnnotations(int Value);

Description

    Use this property to specify the number of annotations in the document.

See also:     HideAnnotationActions    

Discuss this help topic in SecureBlackbox Forum