VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsEvent Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfJsEvent Class Members
    In This Topic
    The following tables list the members exposed by PdfJsEvent.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the PdfJsEvent class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the string specifying the change in value that the user has just typed.
    Public PropertyGets the export value of the change and is available only during a Field/Keystroke event for list boxes and combo boxes.
    Public PropertyGets or sets the value that determines how a form field will lose focus.
    Public PropertyGets the name of the event.
    Public PropertyGets or sets a value indicating whether a particular event in the event chain should succeed.
    Public PropertyGets or sets the ending position of the current text selection during a keystroke event.
    Public PropertyGets or sets the starting position of the current text selection during a keystroke event.
    Public PropertyGets the target object that triggered the event.
    Public PropertyGets the name of the target.
    Public PropertyGets the type of the event.
    Public PropertyGets or sets the value.
    Public PropertyGets a value indicating whether field value will commit.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Annot/Close event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Annot/Hide event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Annot/Open event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Annot/Show event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Doc/DidPrint event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Doc/DidSave event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Doc/Open event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Doc/WillClose event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Doc/WillPrint event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Doc/WillPrint event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Blur event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Calculate event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Focus event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Format event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Keystroke event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Mouse Down event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Mouse Enter event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Mouse Exit event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Mouse Up event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Field/Validate event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Mouse Up event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Page/Close event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for Page/Open event.
    Public Methodstatic (Shared in Visual Basic)Creates the event object for undefined event.
    Public MethodReturns a System.String that represents this instance.
    See Also