Accusoft.ScanFixXpress8.Net
RemoveDotShading(DotShadingRemovalOptions) Method




An object containing parameters that control the enhancement process.
Removes dot shading areas from a bitonal image, including actual black-on-white shading.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Function RemoveDotShading( _
   ByVal options As DotShadingRemovalOptions _
) As DotShadingRemovalResults
'Usage
 
Dim instance As ScanFix
Dim options As DotShadingRemovalOptions
Dim value As DotShadingRemovalResults
 
value = instance.RemoveDotShading(options)

Parameters

options
An object containing parameters that control the enhancement process.

Return Value

A DotShadingRemovalResults object containing information about the results of the dot-shading removal 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