'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)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public DotShadingRemovalResults RemoveDotShading( DotShadingRemovalOptions options )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: DotShadingRemovalResults* RemoveDotShading( DotShadingRemovalOptions* options )
[DebuggerNonUserCode()] [DebuggerStepThrough()] 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.