VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfImageViewerActionExecutorJS type / WebPdfImageViewerActionExecutorJS Constructor(WebImageViewerJS,WebPdfDocumentEditorControlJS)
Syntax BrowserCompatibility SeeAlso
    WebPdfImageViewerActionExecutorJS Constructor(WebImageViewerJS,WebPdfDocumentEditorControlJS)
    Initializes a new instance of the WebPdfImageViewerActionExecutorJS class.
    Syntax
    // Parameters
    var viewer; // Type: WebImageViewerJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfImageViewerActionExecutorJS(viewer, pdfDocumentEditorControl);
    
    

    Parameters

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