 | OcrChoiceIteratorDispose Method |
Releases all resources used by this OcrChoiceIterator
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
public final void Dispose()
Implements
IDisposableDispose
Remarks
Call Dispose when you are finished using the OcrChoiceIterator.
The Dispose method leaves the OcrChoiceIterator in an unusable state.
After calling Dispose, you must release all references to the OcrChoiceIterator
so the garbage collector can reclaim the memory that the OcrChoiceIterator was occupying.
See Also