Click or drag to resize

OcrPageIteratorIsAtBeginningOf Method

Check whether the iterator is at the start of an object at the given level

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public bool IsAtBeginningOf(
	PageIteratorLevel level
)

Parameters

level  PageIteratorLevel
Type of element of the page hierarchy.

Return Value

Boolean
true if the iterator is at the start of an object at the given level
Remarks
For instance, suppose an iterator it is pointed to the first symbol of the first word of the third line of the second paragraph of the first block in a page, then:
    See Also