Accusoft.ScanFixXpress8.Net
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
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub ColorDrop( _
   ByVal options As ColorDropOptions _
) 
'Usage
 
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
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void ColorDrop( 
   ColorDropOptions^ 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