Accusoft.Forms1 - Updated
ColorDrop Method



Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ColorDrop Method
An object containing parameters that control the process.
Cleans an image by changing groups of similar color pixels to a single color.
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub ColorDrop( _
   ByVal options As ColorDropOptions _
) 
Dim instance As ScanFix
Dim options As ColorDropOptions
 
instance.ColorDrop(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void ColorDrop( 
   ColorDropOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void ColorDrop( 
   ColorDropOptions^ options
) 

Parameters

options
An object containing parameters that control the process.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members