TextSearchCriteria class
TextSearchCriteria class
Represents criteria allowing filtering by watermark text.
Inheritance: TextSearchCriteria →
PageSearchCriteria →
SearchCriteria
The TextSearchCriteria type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the TextSearchCriteria class
with a search string and a flag for comparison. |
| init | Initializes a new instance of the TextSearchCriteria class with a search string. |
Properties
| Property | Description |
|---|---|
| pages | Gets or sets the list of specific page numbers |
| skip_unreadable_characters | Gets or sets a value indicating that unreadable characters will be skipped during string comparison. |
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
PageSearchCriteria - class
SearchCriteria - class
TextSearchCriteria