VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfGotoActionExecutorJS type / WebPdfGotoActionExecutorJS Constructor(WebImageViewerJS,WebPdfDocumentEditorControlJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    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);
    
    
    function WebPdfGotoActionExecutorJS(
    viewer
    Instance of WebImageViewerJS class.
    : WebImageViewerJS,
    pdfDocumentEditorControl
    The PDF document editor control.
    : WebPdfDocumentEditorControlJS
    ) : WebPdfGotoActionExecutorJS;

    Parameters

    viewer
    Instance of WebImageViewerJS class.
    pdfDocumentEditorControl
    The PDF document editor control.
    Browser Compatibility
    56+
    45+
    11
    See Also