Gets or sets which clean up operation (to get rid of noise) to perform on the page image before extracting its features.
public bool AutoCleanUp {get; set;}
'Declaration
Public Property AutoCleanUp As Boolean
'Usage
Dim instance As PageRecognitionOptions
Dim value As Boolean
instance.AutoCleanUp = value
value = instance.AutoCleanUp
public:
property bool AutoCleanUp {
bool get();
void set ( bool value);
}
Property Value
true if the clean up operation is going to be performed on the form, otherwise, false.