ImageThumbnailSearchCriteria
Leave feedback
On this page
Represents search criteria for finding images in a content.
public class ImageThumbnailSearchCriteria : ImageSearchCriteria
| Name | Description |
|---|---|
| ImageThumbnailSearchCriteria(Stream) | Initializes a new instance of the ImageThumbnailSearchCriteria class with a specified stream. |
| ImageThumbnailSearchCriteria(string) | Initializes a new instance of the ImageThumbnailSearchCriteria class with a specified file path. |
| 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 |
| ThumbnailSize { get; set; } | Gets or sets thumbnail size. |
| 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. |
This search criteria uses image binarized thumbnail for calculating image similarity.
- class ImageSearchCriteria
- 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.