Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

IsStarted Property








Determines whether this IOcrEngine has been started and is ready to be used.
Syntax
bool IsStarted {get;}
'Declaration
 
ReadOnly Property IsStarted As Boolean
'Usage
 
Dim instance As IOcrEngine
Dim value As Boolean
 
value = instance.IsStarted
bool IsStarted {get;}
@property (nonatomic, assign, readonly) BOOL isStarted
public boolean isStarted()
get_IsStarted(); 
property bool IsStarted {
   bool get();
}

Property Value

true if this IOcrEngine has been started and is ready to be used, otherwise it is false.
Remarks

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 usingstatement in C# or Using statement in Visual Basic) when creating the IOcrEngine instance. The Dispose method automatically shuts down the engine if it has been started.

Example
For an example, refer to Startup.
Requirements

Target Platforms

See Also

Reference

IOcrEngine Interface
IOcrEngine Members
Startup
Shutdown Method
WorkDirectory Property
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR
Creating an OCR Engine Instance
Starting and Shutting Down the OCR Engine

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features