Class | Description | |
---|---|---|
![]() | PdfJsAnnotation | Represents a JavaScript API "Annotation" object. |
![]() | PdfJsApp | A JavaScript API "app" static object that represents the "PDF Viewer" application. |
![]() | PdfJsArray<T> | Represents an array of JavaScript API objects. |
![]() | PdfJsConsole | Represents the "console" static JavaScript object that enables access to the JavaScript console for executing JavaScript and displaying debug messages. |
![]() | PdfJsDoc | JavaScript "Doc" object that provides the interface between a PDF document, which is opened in the viewer, and the JavaScript interpreter. |
![]() | PdfJsDocEventArgs | Provides data for ActiveDocOpened and ActiveDocClosing event. |
![]() | PdfJsEvent | JavaScript "event" object. |
![]() | PdfJsField | Represents a JavaScript interactive form field. |
![]() | PdfJsObject | Represents a base class of JavaScript API object. |
![]() | PdfJsUIActionEventArgs | Provides data for UIAction event. |
![]() | PdfJsUtil | Represents the "util" static JavaScript object that defines a utility methods and convenience functions for string and date formatting and parsing. |