ScanFix Xpress v9.0 for .NET - Updated
Erode(ErodeOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Erode Method : 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
 
Public Overloads Sub Erode( _
   ByVal options As ErodeOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As ErodeOptions
 
instance.Erode(options)
public void Erode( 
   ErodeOptions options
)
public: void Erode( 
   ErodeOptions* options
) 
public:
void Erode( 
   ErodeOptions^ options
) 

Parameters

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

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

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.