←Select platform

Engine Property

Summary

Gets the OCR engine used when creating this IOcrDocument.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IOcrEngine Engine { get; } 
ReadOnly Property Engine As Leadtools.Forms.Ocr.IOcrEngine 
@property (nonatomic, strong, readonly) LTOcrEngine *engine 
public OcrEngine getEngine() 
get_Engine();  

Property Value

The instance of IOcrEngine used when creating this IOcrDocument.

Remarks

Engine will have the same value as the IOcrEngine object that owns the IOcrDocumentManager used to create this OCR document.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly