var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentJS(id, service, pdfDocumentEditorControl); var value; // Type: boolean value = instance.isDocumentInfoReceived();
function isDocumentInfoReceived() : boolean;
Return Value
True - if document information is received (the "requestDocumentInfo" method was called earlier); otherwise, false.