findTextBlockInPageSpace Method
Finds text block (WebPdfTextBlockJS object) on PDF page.
var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
var value; // Type: Vintasoft.Imaging.Pdf.WebPdfTextBlockJS
// Parameters
var location; // Type: object
value = instance.findTextBlockInPageSpace(location);
Parameters
- location
- Point in the coordinate space of PDF page.
Return Value
WebPdfTextBlockJS object if text block is found on PDF page; otherwise, false.