WebPdfGotoActionExecutorJS Constructor(WebImageViewerJS,WebPdfDocumentEditorControlJS)
In This Topic
Initializes a new instance of the
WebPdfGotoActionExecutorJS class.
Syntax
// Parameters
var viewer; // Type: WebImageViewerJS
var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
var instance = new Vintasoft.Imaging.Pdf.WebPdfGotoActionExecutorJS(viewer, pdfDocumentEditorControl);
Parameters
- viewer
- Instance of WebImageViewerJS class.
- pdfDocumentEditorControl
- The PDF document editor control.
Browser Compatibility
See Also