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

Leadtools.Forms.Processing Assembly

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