Click or drag to resize

TextExtractorWordGetBBox Method

Gets the b box.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Rect GetBBox()

Return Value

Type: Rect
The bounding box for this word (in unrotated page coordinates).
Remarks
To account for the effect of page '/Rotate' attribute, transform all points using page.GetDefaultMatrix().
See Also