This method provides an easy way to check for the presence of a single value in the collection.
Visual Basic |
---|
Public Function Contains( _ ByVal finding As SF_ColorFindings _ ) As Boolean |
- finding
Value Description SF_ColorFindings_Unsaturated Set if overall saturation of the image is less than MinimumSaturation. SF_ColorFindings_NoItems No significant saturated items found in the image. SF_ColorFindings_FewItems Indicates that large, saturated objects were found, but not a number sufficient to trigger an "is color" result. SF_ColorFindings_SmallItems Indicates that objects of more than 50% of MinimumSize, but less than MinimumSize, were found. SF_ColorFindings_Saturated Indicates the overall saturation of the image was above MinimumSaturation. SF_ColorFindings_FoundItems Indicates that the image had a sufficient number of large, saturated color objects. SF_ColorFindings_PaperColorIgnored Image is more that 50% of MiminumSaturation and dominant hue pixels were ignored.
VARIANT_BOOL
- VARIANT_TRUE if finding value is contained in collection,
- VARIANT_FALSE otherwise