 | OcrPageIteratorGetBoundingBox Method |
Gets bounding rectangle of the current object at the given level.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic Rectangle GetBoundingBox(
PageIteratorLevel level
)
Public Function GetBoundingBox (
level As PageIteratorLevel
) As Rectangle
public:
Rectangle GetBoundingBox(
PageIteratorLevel level
)
member GetBoundingBox :
level : PageIteratorLevel -> Rectangle public Rectangle GetBoundingBox(
PageIteratorLevel level
)
function GetBoundingBox(level);
Parameters
- level PageIteratorLevel
- Type of element of the page hierarchy.
Return Value
RectangleReturns the bounding rectangle, or throw
ObjectNotFoundException if there is no such object at the current position.
Exceptions
Remarks
See Also