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