←Select platform

UseFieldSettings Property

Summary

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

Syntax

C#
VB
C++
public bool UseFieldSettings { get; set; } 
  
Public Property UseFieldSettings As Boolean 
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.Forms.Ocr.IOcrEngine.

Remarks

The default value of UseFieldSettings is false.

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