VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfImageViewerActionExecutorJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfImageViewerActionExecutorJS type
    In This Topic
    Provides a base class of action executors for instance of WebImageViewerJS class.
    Syntax
    // Parameters
    var viewer; // Type: WebImageViewerJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfImageViewerActionExecutorJS(viewer, pdfDocumentEditorControl);
    
    
    function WebPdfImageViewerActionExecutorJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfActionExecutorBaseJS
          Vintasoft.Imaging.Pdf.WebPdfImageViewerActionExecutorJS
             Vintasoft.Imaging.Pdf.WebPdfGotoActionExecutorJS

    Browser Compatibility
    56+
    45+
    11
    See Also