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 A rectangle expressed in the glyph coordinate system, specifying the
font bounding box. This is the smallest rectangle enclosing the shape that would
result if all of the glyphs of the font were placed with their origins coincident
and then filled.
See Also