TextExtractorWordGetBBox Method |
Gets the b box.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetBBox As Rect
public:
virtual Rect^ GetBBox() sealed
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