VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentJS type / WebPdfDocumentJS Constructor(string,WebServiceJS,WebPdfDocumentEditorControlJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPdfDocumentJS Constructor(string,WebServiceJS,WebPdfDocumentEditorControlJS)
    In This Topic
    Initializes a new instance of the WebPdfDocumentJS class.
    Syntax
    // 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
    The identifier of PDF document.
    : string,
    service
    A WebServiceJS, which allows to work with PDF documents.
    : WebServiceJS,
    pdfDocumentEditorControl
    The PDF document editor control.
    : WebPdfDocumentEditorControlJS
    ) : WebPdfDocumentJS;

    Parameters

    id
    The identifier of PDF document.
    service
    A WebServiceJS, which allows to work with PDF documents.
    pdfDocumentEditorControl
    The PDF document editor control.
    Browser Compatibility
    56+
    45+
    11
    See Also