VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfJsEvent Class
    In This Topic
    JavaScript "event" object.
    Object Model
    PdfJsObject PdfJsEvent
    Syntax
    'Declaration
    
    Public Class PdfJsEvent
       Inherits PdfJsObject
    
    
    public class PdfJsEvent : PdfJsObject
    
    
    public __gc class PdfJsEvent : public PdfJsObject*
    
    
    public ref class PdfJsEvent : public PdfJsObject^
    
    
    Remarks

    All JavaScript scripts are executed as the result of a particular event. For each of these events, JavaScript creates an "event" object. During the occurrence of each event, you can access this object to get and possibly manipulate information about the current state of the event.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsObject
          Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsEvent

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also