SizeSearchCriteria constructor
init
Initializes a new instance of the SizeSearchCriteria
class
with a specified dimension, a starting value and an ending value.
def __init__(self, dimension, min, max):
...
Parameter | Type | Description |
---|---|---|
dimension | groupdocs.watermark.common.Dimension | The dimension of a watermark to search by. |
min | float | The starting value. |
max | float | The ending value. |