Initializes a new instance of the [RotateAngleSearchCriteria](../../com.groupdocs.watermark.search/rotateanglesearchcriteria) class with a starting angle and a ending angle.
public RotateAngleSearchCriteria(double minAngle, double maxAngle)
Initializes a new instance of the [RotateAngleSearchCriteria](../../com.groupdocs.watermark.search/rotateanglesearchcriteria) class with a starting angle and a ending angle.
Parameters:
Parameter
Type
Description
minAngle
double
The starting angle in degrees.
maxAngle
double
The ending angle in degrees.
getMinimumAngle()
public final double getMinimumAngle()
Gets the starting angle in degrees.
Returns:
double - The starting angle.
getMaximumAngle()
public final double getMaximumAngle()
Gets the ending angle in degrees.
Returns:
double - The ending angle.
isSatisfiedBy(PossibleWatermark candidate)
public boolean isSatisfiedBy(PossibleWatermark candidate)