VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.JavaScript Namespace / WinFormsPdfJsApp Class
In This Topic
WinFormsPdfJsApp Class Methods
In This Topic
For a list of all methods of this type, see WinFormsPdfJsApp.
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)
See Also