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(
pointPoint in coordinate system of PDF page.: object,
canResizeSelectedTextA value indicating whether the resize points must be taken into account.: 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.