Accusoft.ScanFixXpress8.Net
Despeckle(DespeckleOptions) Method




An object containing parameters that control the enhancement process.
Detects and removes specks from the current image.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Function Despeckle( _
   ByVal options As DespeckleOptions _
) As DespeckleResults
'Usage
 
Dim instance As ScanFix
Dim options As DespeckleOptions
Dim value As DespeckleResults
 
value = instance.Despeckle(options)

Parameters

options
An object containing parameters that control the enhancement process.

Return Value

A DespeckleResults object containing information about the results of the despeckling process.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
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