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