SizeSearchCriteria class
SizeSearchCriteria class
Represents criteria allowing filtering by watermark size.
Inheritance: SizeSearchCriteria →
SearchCriteria
The SizeSearchCriteria type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the SizeSearchCriteria class
with a specified dimension, a starting value and an ending value. |
Properties
| Property | Description |
|---|---|
| minimum | Gets the starting value. |
| maximum | Gets the ending value. |
| dimension | Gets the dimension of watermark to search by. |
Methods
| Method | Description |
|---|---|
| both | Combines this SearchCriteria with other criteria using logical AND operator. |
| either | Combines this SearchCriteria with other criteria using logical OR operator. |
| is_not | Negates this SearchCriteria. |
Remarks
Learn more: | | |
Example
Find and remove watermark using search criteria.
See Also
- module
groupdocs.watermark.search.searchcriteria - class
SearchCriteria - class
SizeSearchCriteria