←Select platform

Engine Property

Summary
Gets the OCR engine used when creating this IOcrDocument.
Syntax
C#
VB
Objective-C
C++
Java
public IOcrEngine Engine { get; } 
ReadOnly Property Engine As IOcrEngine 
@property (nonatomic, strong, readonly) LTOcrEngine *engine 
public OcrEngine getEngine() 
property IOcrEngine^ Engine { 
   IOcrEngine^ get(); 
} 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.