'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Overloads Function RemoveDotShading() As DotShadingRemovalResults
'Usage Dim instance As ScanFix Dim value As DotShadingRemovalResults value = instance.RemoveDotShading()
[DebuggerNonUserCode()] [DebuggerStepThrough()] public DotShadingRemovalResults RemoveDotShading()
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: DotShadingRemovalResults* RemoveDotShading();
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: DotShadingRemovalResults^ RemoveDotShading();
Return Value
A DotShadingRemovalResults object containing information about the results of the dot-shading removal process.