Specifies how watermark size should be calculated.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
SyntaxPublic Enumeration SizingType
public enum class SizingType
Members
| Member name | Value | Description |
---|
| Auto | 0 |
Watermark should be sized automatically according to its content.
|
| Absolute | 1 |
Watermark should be sized to an exact Width and Height |
| ScaleToParentDimensions | 2 |
Watermark should be scaled relative to parent dimensions using
specified ScaleFactor.
|
| ScaleToParentArea | 3 |
Watermark should be scaled relative to parent area using specified ScaleFactor |
See Also