Link Search Menu Expand Document

RemoverGetObjectRectangleFromPoint 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
public 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.

Implements

IRemoverGetObjectRectangleFromPoint(Int32, PointF)
See Also

Reference