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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > RemoveCombs Method : RemoveCombs() Method
Detect and remove combs from the current image.
Syntax
'Declaration
 
Public Overloads Function RemoveCombs() As CombRemovalResults
'Usage
 
Dim instance As ScanFix
Dim value As CombRemovalResults
 
value = instance.RemoveCombs()
public CombRemovalResults RemoveCombs()
public: CombRemovalResults* RemoveCombs(); 
public:
CombRemovalResults^ RemoveCombs(); 

Return Value

A CombRemovalResults object containing information about the results of the comb 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.