←Select platform

OcrEngineInstance Property

Summary

Engine instance to use when converting documents using OCR.

Syntax
C#
VB
C++
Java
public IOcrEngine OcrEngineInstance { get; } 
Public ReadOnly Property OcrEngineInstance() As IOcrEngine 
   Get 
public:  
   property IOcrEngine^ OcrEngineInstance 
   { 
      IOcrEngine^ get() 
   } 
public OcrEngine getOcrEngineInstance() 

Property Value

The engine instance to use when converting documents using OCR.

Remarks

This property will return the same instance previously set with SetOcrEngineInstance.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly