←Select platform

AutoCleanUp Property

Summary

Gets or sets which clean up operation (to get rid of noise) to perform on the page image before extracting its features.

Syntax

C#
VB
C++
Java
public bool AutoCleanUp { get; set; } 
  
Public Property AutoCleanUp As Boolean 
public boolean getAutoCleanUp(); 
public void setAutoCleanUp( 
   boolean booleanValue 
); 
public: 
property bool AutoCleanUp { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the clean up operation is going to be performed on the form, otherwise, false.

Example

For an example, refer to PageRecognitionOptions.

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