ShutDown method (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short ShutDown ();

Overview

Refer to Starting and Shutting Down the Engine

Remarks

Shuts down the OCR document engine and frees the allocated OCR document data.

For each call to StartUp there must be a call to ShutDown. This method should be the last OCR method to be called in the application. It will clean up and free memory allocated during the OCR session and will close (shut down) the OCR document engine

See Also

Elements:

StartUp method

Topics:

Quick Reference OCR: Starting and Shutting Down the Engine