Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
ColorFindings Enumeration




Accusoft.ScanFixXpressSdk Namespace : ColorFindings Enumeration
Values for collection of findings returned by DetectColor
Syntax
'Declaration
 
Public Enum ColorFindings 
   Inherits System.Enum
 
'Usage
 
Dim instance As ColorFindings
Members
MemberDescription
FewItems Indicates that large, saturated objects were found, but not a number sufficient to trigger. an "is color" result.
FoundItems Indicates that the image had a sufficient number of large, saturated color objects.
NoItems No significant saturated items found in the image.
PaperColorIgnored Image is more that 50% of MiminumSaturation and domininant hue pixels were ignored.
Saturated Indicates the overall saturation of the image was above MinimumSaturation.
SmallItems Indicates that objects of more than 50% of MinimumSize, but less than MinimumSize, were found.
Unsaturated Set if overall saturation of the image is less than MinimumSaturation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ScanFixXpressSdk.ColorFindings

See Also

Reference

Accusoft.ScanFixXpressSdk Namespace