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);
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
See Also