Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.JavascriptActions

TElPDFLegalContentAttestation     See also     


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


Specifies the number of JavaScript actions in the document.

Declaration

[C#]
    int JavascriptActions;

[VB.NET]
    Property JavascriptActions As Integer

[Pascal]
    property JavascriptActions : integer;

[C++]
    int32_t get_JavascriptActions();
    void set_JavascriptActions(int32_t Value);

[PHP]
    integer get_JavascriptActions()
    void set_JavascriptActions(integer $Value)

[Java]
    int getJavascriptActions();
    void setJavascriptActions(int Value);

Description

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

See also:     LaunchActions     URIActions     MovieActions     SoundActions     HideAnnotationActions     GoToRemoteActions    

Discuss this help topic in SecureBlackbox Forum