ScanFix Xpress v9.0 for .NET - Updated
RemoveDotShading(DotShadingRemovalOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > RemoveDotShading Method : 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
 
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)
public DotShadingRemovalResults RemoveDotShading( 
   DotShadingRemovalOptions options
)
public: DotShadingRemovalResults* RemoveDotShading( 
   DotShadingRemovalOptions* options
) 
public:
DotShadingRemovalResults^ RemoveDotShading( 
   DotShadingRemovalOptions^ 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
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.