'Declaration Public Function IsEngineTypeSupported( _
ByVal engineTypeType of the OCR engine.As OcrEngineType _
) As Boolean
public bool IsEngineTypeSupported(
OcrEngineType engineType
)
public: bool IsEngineTypeSupported(
OcrEngineType engineType
)
public:
bool IsEngineTypeSupported(
OcrEngineType engineType
)
Parameters
- engineType
- Type of the OCR engine.
Return Value
True if this manager supports OCR engines of specified type; otherwise, false.