IsImageSearchCriteria

IsImageSearchCriteria class

Represents search criteria for filtering image watermarks only.

public sealed class IsImageSearchCriteria : SearchCriteria

Constructors

Name Description
IsImageSearchCriteria() Initializes a new instance of the IsImageSearchCriteria class.

Methods

Name Description
And(SearchCriteria) Combines this SearchCriteria with other criteria using logical AND operator.
Not() Negates this SearchCriteria.
Or(SearchCriteria) Combines this SearchCriteria with other criteria using logical OR operator.

See Also