VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / isTextBlocksReceived Property
Syntax BrowserCompatibility SeeAlso
In This Topic
isTextBlocksReceived Method
In This Topic
Returns a value indicating whether information about text blocks is received.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);

var value; // Type: boolean
value = instance.isTextBlocksReceived();

Return Value

True - if information about text blocks is received (the "requestTextBlocks" function was called earlier); otherwise, false.
Browser Compatibility
56+
45+
11
See Also