←Select platform

EnginesObject Property

Summary

Gets an object that holds the engines needed for the OmrEngine to process the fields, such as the OCR engine and the barcode engine.

Syntax
C#
VB
C++
Java
public Engines EnginesObject { get; } 
public OmrEngine$Engines getEnginesObject(); 
Public ReadOnly Property EnginesObject() As Engines 
   Get 
public:  
   property Engines^ EnginesObject 
   { 
      Engines^ get() 
   } 

Property Value

An object of type Engines that holds the engines used by the OmrEngine.

Remarks

Read-only object that gets initialized once the OmrEngine object is constructed.

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.Forms.Processing.Omr Assembly