isTextBlocksReceived Method
Returns a value indicating whether information about text blocks is received.
var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
var value; // Type: boolean
value = instance.isTextBlocksReceived();
function isTextBlocksReceived() : boolean;
Return Value
True - if information about text blocks is received (the "requestTextBlocks" function was called earlier); otherwise, false.