IsImageSearchCriteria class

IsImageSearchCriteria class

Represents search criteria for filtering image watermarks only.

The IsImageSearchCriteria type exposes the following members:

Constructors

Constructor Description
init Initializes a new IsImageSearchCriteria instance.

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)

See Also