 | OcrPageIteratorIsAtBeginningOf Method |
Check whether the iterator is at the start of an object at the given level
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic bool IsAtBeginningOf(
PageIteratorLevel level
)
Public Function IsAtBeginningOf (
level As PageIteratorLevel
) As Boolean
public:
bool IsAtBeginningOf(
PageIteratorLevel level
)
member IsAtBeginningOf :
level : PageIteratorLevel -> bool public boolean IsAtBeginningOf(
PageIteratorLevel level
)
function IsAtBeginningOf(level);
Parameters
- level PageIteratorLevel
- Type of element of the page hierarchy.
Return Value
Booleantrue 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