Click or drag to resize

OcrResultRendererDispose Method

Releases all resources used by this OcrResultRenderer

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

Implements

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