TextExtractorLineGetBBox Method  | 
  Gets the b box.
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
SyntaxPublic Function GetBBox As Rect
public:
virtual Rect^ GetBBox() sealed
Return Value
Type: 
Rect The bounding box for this line (in unrotated page
coordinates).
Remarks  To account for the effect of page '/Rotate' attribute,
transform all points using page.GetDefaultMatrix().
See Also