Leadtools.Forms.Ocr Namespace > IOcrDocument Interface : Engine Property |
IOcrEngine Engine {get;}
'Declaration ReadOnly Property Engine As IOcrEngine
'Usage Dim instance As IOcrDocument Dim value As IOcrEngine value = instance.Engine
IOcrEngine Engine {get;}
@property (nonatomic, strong, readonly) LTOcrEngine* engine;
public OcrEngine getEngine()
get_Engine();
property IOcrEngine^ Engine { IOcrEngine^ get(); }
Engine will have the same value as the IOcrEngine object that owns the IOcrDocumentManager used to create this OCR document.
IOcrDocument Interface
IOcrDocument Members
Leadtools.Forms.DocumentWriters.DocumentFormat
IOcrDocumentManager Interface
IOcrDocument.Save
IOcrDocument.SaveXml
IOcrDocument.SaveAsync
IOcrDocument.SaveXmlAsync
IOcrPage.Recognize
IOcrEngine Interface
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application