RotateAngleSearchCriteria class

RotateAngleSearchCriteria class

Represents criteria allowing filtering by watermark rotate angle.

Inheritance: RotateAngleSearchCriteriaSearchCriteria

The RotateAngleSearchCriteria type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the RotateAngleSearchCriteria class
with a starting angle and a ending angle.

Properties

Property Description
minimum_angle Gets the starting angle in degrees.
maximum_angle Gets the ending angle in degrees.

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 watermarks using search criteria.

See Also