Link Search Menu Expand Document

IRemoverGetObjectRectangleFromPoint Method

Returns bounding rectangle of text object located at the specified point.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
RectangleF GetObjectRectangleFromPoint(
	int pageIndex,
	PointF point
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
point
Type: System.DrawingPointF
The point.

Return Value

Type: RectangleF
Bounding object rectangle.
See Also

Reference