←Select platform

EnableOcr Property

Summary

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

Syntax

C#
VB
C++
public bool EnableOcr { get; set; } 
  
Public Property EnableOcr As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly