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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > DetectColor Method : DetectColor() Method
Examines an image looking for significant amounts of color data.
Syntax
'Declaration
 
Public Overloads Function DetectColor() As DetectColorResults
'Usage
 
Dim instance As ScanFix
Dim value As DetectColorResults
 
value = instance.DetectColor()
public DetectColorResults DetectColor()
public: DetectColorResults* DetectColor(); 
public:
DetectColorResults^ DetectColor(); 

Return Value

A DetectColorResults object containing information about the results of the color detection 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.