Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.LaunchActions

TElPDFLegalContentAttestation     See also     


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


Specifies the number of launch actions in the document.

Declaration

[C#]
    int LaunchActions;

[VB.NET]
    Property LaunchActions As Integer

[Pascal]
    property LaunchActions : integer;

[C++]
    int32_t get_LaunchActions();
    void set_LaunchActions(int32_t Value);

[PHP]
    integer get_LaunchActions()
    void set_LaunchActions(integer $Value)

[Java]
    int getLaunchActions();
    void setLaunchActions(int Value);

Description

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

See also:     JavascriptActions     URIActions     MovieActions     SoundActions     HideAnnotationActions     GoToRemoteActions    

Discuss this help topic in SecureBlackbox Forum