 | OcrPageIteratorGetBaseLine Method |
Get the baseline of the current object at the given level.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic Point[] GetBaseLine(
PageIteratorLevel level
)
Public Function GetBaseLine (
level As PageIteratorLevel
) As Point()
public:
array<Point>^ GetBaseLine(
PageIteratorLevel level
)
member GetBaseLine :
level : PageIteratorLevel -> Point[] public Point[] GetBaseLine(
PageIteratorLevel level
)
function GetBaseLine(level);
Parameters
- level PageIteratorLevel
- Type of element of the page hierarchy.
Return Value
Pointthe baseline of the current object, or throw
ObjectNotFoundException if there is no baseline at the current position.
Exceptions
Remarks Caution |
|---|
| with vertical text, baselines may be vertical! |
See Also