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

Leadtools.Forms.Recognition Assembly