Accusoft.ScanFixXpress8.Net
AutoImageDetergent(AutoImageDetergentOptions) Method




An object containing parameters that control the process.
Removes noise from a color image by converting colors near each selected color to the selected color. This function automatically selects the colors to clean.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Sub AutoImageDetergent( _
   ByVal options As AutoImageDetergentOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As AutoImageDetergentOptions
 
instance.AutoImageDetergent(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void AutoImageDetergent( 
   AutoImageDetergentOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void AutoImageDetergent( 
   AutoImageDetergentOptions* options
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void AutoImageDetergent( 
   AutoImageDetergentOptions^ options
) 

Parameters

options
An object containing parameters that control the process.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback