SizingType

SizingType enumeration

Specifies how watermark size should be calculated.

public enum SizingType

Values

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