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