Click or drag to resize

OcrPageIteratorGetBaseLine Method

Get the baseline of the current object at the given level.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public Point[] GetBaseLine(
	PageIteratorLevel level
)

Parameters

level  PageIteratorLevel
Type of element of the page hierarchy.

Return Value

Point
the baseline of the current object, or throw ObjectNotFoundException if there is no baseline at the current position.
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if there is no baseline at the current position.
Remarks
Caution note  Caution
with vertical text, baselines may be vertical!
See Also