Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property EngineType As OcrEngineType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual OcrEngineType EngineType {get;} |
C++/CLI | |
---|---|
virtual property OcrEngineType EngineType { OcrEngineType get(); } |
Return Value
An OcrEngineType enumeration member indicating the IOcrEngine type.For an example, refer to Startup.
The value returned from the EngineType property is the same value you pass to the EngineType parameter of the OcrEngineManager.CreateEngine method. If your application requires keeping track of the engine type (for example, to enable/disable user interface elements based on which OCR engine is being used), then you can use the EngineType property of the IOcrEngine object instead of storing a variable in your program.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family