Shuts down the OCR engine and frees all resources and memory allocated to it.
public void Shutdown()
Sub Shutdown()
void Shutdown()
- (void)shutdown
public void shutdown()
function Leadtools.Forms.Ocr.IOcrEngine.Shutdown()
void Shutdown();
The Startup method must be called before invoking any other methods or properties in this IOcrEngine.
To check if the engine is started, use the IsStarted property.
You must call Shutdown to shut down the engine and free the memory and resources used.
You can call the Startup method multiple times, only the first call will start the engine while subsequent calls will only increment an internal counter. You must call Shutdown for each Startup called.
The IOcrEngine interface implements IDisposable. It is highly recommended that you call Dispose (or use the using statement in C# or Using statement in VB) when creating the IOcrEngine instance. The Dispose method will automatically shuts down the engine if it has been started.
For an example, refer to Startup.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET