VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.JavaScript Namespace / WinFormsPdfJsApp Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WinFormsPdfJsApp Class Members
    In This Topic
    The following tables list the members exposed by WinFormsPdfJsApp.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WinFormsPdfJsApp class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the JavaScript action executor of this application object. (Inherited from PdfJsApp)
    Public PropertyGets an array containing the Doc object for each active document. (Inherited from PdfJsApp)
    Public PropertyGets the document set of this application object. (Inherited from PdfJsApp)
    Public PropertyGets the platform that the script is currently executing on. (Inherited from PdfJsApp)
    Public PropertyGets a string that indicates which viewer application is running. (Inherited from PdfJsApp)
    Public PropertyGets the string that indicates the packaging of the running viewer application. (Inherited from PdfJsApp)
    Public PropertyGets the version number of the current viewer application. (Inherited from PdfJsApp)
    Public Methods
     NameDescription
    Public MethodDisplays an alert dialog box.
    Public MethodCauses the system to play a sound. (Inherited from PdfJsApp)
    Public MethodPerforms the User Interface action. (Inherited from PdfJsApp)
    Public MethodExecutes an action. (Inherited from PdfJsApp)
    Public MethodFinds an image viewer where the specified PDF document is displayed.
    Public MethodReturns the PdfJsDoc object associated with the specified PDF document. (Inherited from PdfJsApp)
    Public MethodReturns an index of the focused page in viewer.
    Public MethodReturns the string resource for specified key. (Inherited from PdfJsApp)
    Public MethodPrints all or a specific number of pages of specified document. (Inherited from PdfJsApp)
    Public MethodRegisters image viewer in WinForms Viewer application.
    Public MethodSets the focused PDF page in image viewer.
    Public MethodShows the dialog that allows to browse for file to submit.
    Public MethodUnregisteres the image viewer.
    Protected Methods
     NameDescription
    Protected MethodCreates the JS "Doc" object instance. (Inherited from PdfJsApp)
    Protected MethodRaises the ActiveDocClosing event. (Inherited from PdfJsApp)
    Protected MethodRaises the ActiveDocOpened event. (Inherited from PdfJsApp)
    Protected MethodRaises the UIAction event. (Inherited from PdfJsApp)
    Public Events
     NameDescription
    Public EventOccurs when active document is closing. (Inherited from PdfJsApp)
    Public EventOccurs when active document is opened. (Inherited from PdfJsApp)
    Public EventOccurs when user interface action performs. (Inherited from PdfJsApp)
    See Also