VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScript Namespace / PdfJavaScriptEngine Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfJavaScriptEngine Class Members
    In This Topic
    The following tables list the members exposed by PdfJavaScriptEngine.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfJavaScriptEngine class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether JavaScript engine is used in debug mode.
    Public PropertyGets the depth of execution stack.
    Public PropertyGets the JS "app" object.
    Public PropertyGets or sets the JS console object.
    Public PropertyGets the JS "Doc" object ("this" keyword).
    Public Methods
     NameDescription
    Public MethodExecutes the JavaScript.
    Public MethodExecutes preprocessing of JavaScript code.
    Protected Methods
     NameDescription
    Protected MethodReturns the initialization JavaScript code.
    See Also