SizingType enumeration
SizingType enumeration
Specifies how watermark size should be calculated.
The SizingType type exposes the following members:
Fields
| Field | Description |
|---|---|
| AUTO | Watermark should be sized automatically according to its content. |
| ABSOLUTE | Watermark should be sized to an exact Watermark.width and Watermark.height |
| SCALE_TO_PARENT_DIMENSIONS | Watermark should be scaled relative to parent dimensions using
specified Watermark.scale_factor. |
| SCALE_TO_PARENT_AREA | Watermark should be scaled relative to parent area using specified Watermark.scale_factor |