Click or drag to resize

OcrBoxaDispose Method

Releases all resources used by this OcrBoxa

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
Call Dispose when you are finished using the OcrBoxa. The Dispose method leaves the OcrBoxa in an unusable state. After calling Dispose, you must release all references to the OcrBoxa so the garbage collector can reclaim the memory that the OcrBoxa was occupying.
See Also