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);
function findTextBlockInPageSpace(
locationPoint in the coordinate space of PDF page.: object
) : WebPdfTextBlockJS;
Parameters
- location
- Point in the coordinate space of PDF page.
Return Value
WebPdfTextBlockJS object if text block is found on PDF page; otherwise, false.