ImageSearchCriteria class

ImageSearchCriteria class

Provides base class for image search criteria.

The ImageSearchCriteria type exposes the following members:

Methods

Method Description
and_ Combines this SearchCriteria with other criteria using the logical AND operator. (inherited from SearchCriteria)
and_search_criteria (inherited from SearchCriteria)
not_ Negates this SearchCriteria. (inherited from SearchCriteria)
or_ Combines this SearchCriteria with other criteria using logical OR operator. (inherited from SearchCriteria)
or_search_criteria (inherited from SearchCriteria)

Properties

Property Description
max_difference The maximum allowed difference between images.
pages The list of specific page numbers. (inherited from PageSearchCriteria)

See Also