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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > RemoveDotShading Method : RemoveDotShading() Method
Removes dot shading areas from a bitonal image, including actual black-on-white shading.
Syntax
'Declaration
 
Public Overloads Function RemoveDotShading() As DotShadingRemovalResults
'Usage
 
Dim instance As ScanFix
Dim value As DotShadingRemovalResults
 
value = instance.RemoveDotShading()
public DotShadingRemovalResults RemoveDotShading()
public: DotShadingRemovalResults* RemoveDotShading(); 
public:
DotShadingRemovalResults^ RemoveDotShading(); 

Return Value

A DotShadingRemovalResults object containing information about the results of the dot-shading removal process.
Exceptions
ExceptionDescription
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Use this function if the default control parameters are adequate.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

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