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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > RemoveCombs Method : RemoveCombs(CombRemovalOptions) Method
An object containing parameters that control the enhancement process.
Detects and removes combs from the current image.
Syntax
'Declaration
 
Public Overloads Function RemoveCombs( _
   ByVal options As CombRemovalOptions _
) As CombRemovalResults
'Usage
 
Dim instance As ScanFix
Dim options As CombRemovalOptions
Dim value As CombRemovalResults
 
value = instance.RemoveCombs(options)
public CombRemovalResults RemoveCombs( 
   CombRemovalOptions options
)
public: CombRemovalResults* RemoveCombs( 
   CombRemovalOptions* options
) 
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.
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.