Accusoft.ScanFixXpress8.Net
Erode(ErodeOptions) Method




An object containing parameters that control the enhancement process.
Removes dark color pixels in the image by the amount specified in the options.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Overloads Sub Erode( _
   ByVal options As ErodeOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As ErodeOptions
 
instance.Erode(options)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void Erode( 
   ErodeOptions options
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void Erode( 
   ErodeOptions* options
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void Erode( 
   ErodeOptions^ options
) 

Parameters

options
An object containing parameters that control the enhancement 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.
Remarks

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback