VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScript Namespace / PdfJavaScriptActionExecutor Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfJavaScriptActionExecutor Class Members
    In This Topic
    The following tables list the members exposed by PdfJavaScriptActionExecutor.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfJavaScriptActionExecutor class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether JavaScript engine is used in debug mode.
    Public PropertyGets or sets a value indicating whether this action executor is enabled.
    Public PropertyGets the JavaScript "app" object.
    Public PropertyGets the JavaScript "console" object.
    Public Methods
     NameDescription
    Public MethodExecutes the action.
    Public MethodExecutes a sequence of actions. (Inherited from PdfActionExecutorBase)
    Public MethodExecutes JavaScript API event.
    Public MethodExecutes a JavaScript.
    Public MethodOverloaded. Returns the JavaScript engine for the specified PDF document.
    Protected Methods
     NameDescription
    Protected MethodExecutes the application-level java script use specified JavaScript engine.
    Protected MethodExecutes the application-level java scripts use specified JavaScript engine.
    Protected MethodReturns the padded string.
    Protected MethodRaises the StatusChanged event.
    Protected MethodAdds message to a log output.
    Public Events
     NameDescription
    Public EventOccurs when status is changed.
    See Also