Returns a value indicating whether this text block contains specified point.
var instance = new Vintasoft.Imaging.Pdf.WebPdfTextBlockJS(number, textContent, htmlContent, region);
var value; // Type: boolean
// Parameters
var point; // Type: object
var canResizeSelectedText; // Type: boolean
value = instance.containsPoint(point, canResizeSelectedText);
function containsPoint(
: object,
: boolean
) : boolean;
Parameters
- point
- Point in coordinate system of PDF page.
- canResizeSelectedText
- A value indicating whether the resize points must be taken into account.
Return Value
True - text block contains point; otherwise, False.