<DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Overloads Function RemoveCombs( _ ByVal options As CombRemovalOptions _ ) As CombRemovalResults
Dim instance As ScanFix Dim options As CombRemovalOptions Dim value As CombRemovalResults value = instance.RemoveCombs(options)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public CombRemovalResults RemoveCombs( CombRemovalOptions options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: CombRemovalResults^ RemoveCombs( CombRemovalOptions^ options )
Parameters
- options
- An object containing parameters that control the enhancement process.
Return Value
A CombRemovalResults object containing information about the results of the comb removal process.