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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > DetectColor Method : DetectColor(DetectColorOptions) Method
An object containing parameters that control the enhancement process
Examines an image looking for significant amounts of color data, and optionally reports the location of the color data
Syntax
'Declaration
 
Public Overloads Function DetectColor( _
   ByVal options As DetectColorOptions _
) As DetectColorResults
'Usage
 
Dim instance As ScanFix
Dim options As DetectColorOptions
Dim value As DetectColorResults
 
value = instance.DetectColor(options)
public DetectColorResults DetectColor( 
   DetectColorOptions options
)
public: DetectColorResults* DetectColor( 
   DetectColorOptions* options
) 
public:
DetectColorResults^ DetectColor( 
   DetectColorOptions^ options
) 

Parameters

options
An object containing parameters that control the enhancement process

Return Value

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