VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / findTextBlockInPageSpace Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
findTextBlockInPageSpace Method
In This Topic
Finds text block (WebPdfTextBlockJS object) on PDF page.
Syntax
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.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also