var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl); var value; // Type: object value = instance.getDocumentInfo();
function getDocumentInfo() : object;
Return Value
An information about PDF document.
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl); var value; // Type: object value = instance.getDocumentInfo();
function getDocumentInfo() : object;
Exception | Description |
---|---|
Thrown if class does NOT have information about PDF document. |
Before calling this method you must call the "requestDocumentInfo" method for getting information about PDF document.
Call the "isDocumentInfoReceived" method if you want to determine that class already received information about PDF document.