RemoverGetObjectRectangleFromPoint Method ByteScout PDF Extractor SDK
Returns bounding rectangle of text object located at the specified point.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-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