VectorSearchCriteria class

VectorSearchCriteria class

Represents criteria allowing filtering by watermark color.

Inheritance: VectorSearchCriteriaSearchCriteria

The VectorSearchCriteria type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the VectorSearchCriteria class.

Properties

Property Description
vector_color_range Gets or sets the range of colors which are used to filter vector watermarks by foreground color.

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