Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.GoToRemoteActions

TElPDFLegalContentAttestation     See also     


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


Specifies the number of remote go-to actions in the document.

Declaration

[C#]
    int GoToRemoteActions;

[VB.NET]
    Property GoToRemoteActions As Integer

[Pascal]
    property GoToRemoteActions : integer;

[C++]
    int32_t get_GoToRemoteActions();
    void set_GoToRemoteActions(int32_t Value);

[PHP]
    integer get_GoToRemoteActions()
    void set_GoToRemoteActions(integer $Value)

[Java]
    int getGoToRemoteActions();
    void setGoToRemoteActions(int Value);

Description

    Use this property to specify the number of remote go-to actions in the document.

See also:     JavascriptActions     LaunchActions     URIActions     MovieActions     SoundActions     HideAnnotationActions     GoToRemoteActions    

Discuss this help topic in SecureBlackbox Forum