Click or drag to resize

OcrResultIteratorCopy Method

ResultIterators may be copied! This makes it possible to iterate over all the objects at a lower level, while maintaining an iterator to objects at a higher level.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public OcrResultIterator Copy()

Return Value

OcrResultIterator
New instance of OcrResultIterator class if successful, throw exception otherwise
Exceptions
ExceptionCondition
CantCopyIteratorExceptionCan't copy iterator for some reason
See Also