ImageSearchCriteria
Leave feedback
On this page
Provides base class for image search criteria.
public abstract class ImageSearchCriteria : PageSearchCriteria
| Name | Description |
|---|---|
| MaxDifference { get; set; } | Gets or sets maximum allowed difference between images. |
| Pages { get; set; } | Gets or sets the list of specific page numbers |
| 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. |
- class PageSearchCriteria
- namespace GroupDocs.Watermark.Search.SearchCriteria
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.