Accusoft.ScanFixXpress8.Net
ImageDetergent 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. The user must specify the selected colors.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub ImageDetergent( _
   ByVal options As ImageDetergentOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As ImageDetergentOptions
 
instance.ImageDetergent(options)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void ImageDetergent( 
   ImageDetergentOptions options
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void ImageDetergent( 
   ImageDetergentOptions* options
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void ImageDetergent( 
   ImageDetergentOptions^ 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback