←Select platform

EnableIcr Property

Summary

Enables/disables the using of the ICR module in reading this text field.

Syntax

C#
VB
C++
Java
public bool EnableIcr { get; set; } 
  
Public Property EnableIcr As Boolean 
public boolean getEnableIcr(); 
public void setEnableIcr( 
   boolean booleanValue 
); 
public: 
property bool EnableIcr { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the ICR module is enabled, otherwise, false. Its default value is true.

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