VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentJS type / WebPdfDocumentJS Constructor(string,WebServiceJS,WebPdfDocumentEditorControlJS)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebPdfDocumentJS Constructor(string,WebServiceJS,WebPdfDocumentEditorControlJS)
    В этом разделе
    Initializes a new instance of the WebPdfDocumentJS class.
    Синтаксис
    // Parameters
    var id; // Type: string
    var service; // Type: WebServiceJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl);
    
    
    function WebPdfDocumentJS(
    id
    Идентификатор PDF документа.
    : string,
    service
    WebServiceJS, позволяющий работать с PDF документами.
    : WebServiceJS,
    pdfDocumentEditorControl
    UI-элемент редактора PDF документа.
    : WebPdfDocumentEditorControlJS
    ) : WebPdfDocumentJS;

    Parameters

    id
    Идентификатор PDF документа.
    service
    WebServiceJS, позволяющий работать с PDF документами.
    pdfDocumentEditorControl
    UI-элемент редактора PDF документа.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также