←Select platform

EnableOcr Property

Summary

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

Syntax

C#
VB
C++
Java
public bool EnableOcr { get; set; } 
  
Public Property EnableOcr As Boolean 
public boolean getEnableOcr(); 
public void setEnableOcr( 
   boolean booleanValue 
); 
public: 
property bool EnableOcr { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the Ocr 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