Accusoft Pegasus
ScanFix ActiveX 6.0
Contains Method
See Also  Send Feedback
finding

Description

This method provides an easy way to check for the presence of a single value in the collection.

Syntax

Visual Basic
Public Function Contains( _
   ByVal finding As SF_ColorFindings _
) As Boolean

Parameters

finding
ValueDescription
SF_ColorFindings_UnsaturatedSet if overall saturation of the image is less than MinimumSaturation.
SF_ColorFindings_NoItemsNo significant saturated items found in the image.
SF_ColorFindings_FewItemsIndicates that large, saturated objects were found, but not a number sufficient to trigger an "is color" result.
SF_ColorFindings_SmallItemsIndicates that objects of more than 50% of MinimumSize, but less than MinimumSize, were found.
SF_ColorFindings_SaturatedIndicates the overall saturation of the image was above MinimumSaturation.
SF_ColorFindings_FoundItemsIndicates that the image had a sufficient number of large, saturated color objects.
SF_ColorFindings_PaperColorIgnoredImage is more that 50% of MiminumSaturation and dominant hue pixels were ignored.

Return Type

VARIANT_BOOL

- VARIANT_TRUE if finding value is contained in collection,

- VARIANT_FALSE otherwise

See Also


©2010. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.