JSCallInfo encapsulates the information of a JavaScript function call.

System.Object
   WebSupergoo.ABCpdf12.JavaScript.JSCallInfo

 

   
   
Method
Description
JSCallInfo constructor.

 

   
   
Property
Description
Gets the JavaScript context.
Gets the callee.
Indicates whether the call is a 'new' call.
Gets the number of arguments.
Gets the arguments to the function.
Gets or sets the 'this' argument of the call.
Gets or sets the constructor function of the 'new' call.