VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
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.
    Синтаксис
    // Parameters
    var viewer; // Type: WebImageViewerJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfImageViewerActionExecutorJS(viewer, pdfDocumentEditorControl);
    
    
    function WebPdfImageViewerActionExecutorJS(
    viewer
    Экземпляр класса WebImageViewerJS.
    : WebImageViewerJS,
    pdfDocumentEditorControl
    UI-элемент редактора PDF документа.
    : WebPdfDocumentEditorControlJS
    ) : WebPdfImageViewerActionExecutorJS;

    Parameters

    viewer
    Экземпляр класса WebImageViewerJS.
    pdfDocumentEditorControl
    UI-элемент редактора PDF документа.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также