Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.HideAnnotationActions

TElPDFLegalContentAttestation     See also     


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


Specifies the number of hide actions in the document.

Declaration

[C#]
    int HideAnnotationActions;

[VB.NET]
    Property HideAnnotationActions As Integer

[Pascal]
    property HideAnnotationActions : integer;

[C++]
    int32_t get_HideAnnotationActions();
    void set_HideAnnotationActions(int32_t Value);

[PHP]
    integer get_HideAnnotationActions()
    void set_HideAnnotationActions(integer $Value)

[Java]
    int getHideAnnotationActions();
    void setHideAnnotationActions(int Value);

Description

    Use this property to specify the number of hide actions in the document.

See also:     JavascriptActions     LaunchActions     URIActions     MovieActions     SoundActions     GoToRemoteActions    

Discuss this help topic in SecureBlackbox Forum