←Select platform

UseFieldSettings Property

Summary

Gets or sets the use of the field settings for its OMR recognition.

Syntax

C#
VB
C++
Java
public bool UseFieldSettings { get; set; } 
  
Public Property UseFieldSettings As Boolean 
public boolean getUseFieldSettings(); 
public void setUseFieldSettings( 
   boolean booleanValue 
); 
public: 
property bool UseFieldSettings { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true use the OMR settings saved inside this OMR field, otherwise, use the settings inside the used Leadtools.Ocr.IOcrEngine.

Remarks

The default value of UseFieldSettings is false.

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 Assembly