Position

Position enumeration

Defines the watermark position.

public enum Position

Values

Name Value Description
Diagonal 0 The diagonal position.
TopLeft 1 The top left position.
TopCenter 2 The top center position.
TopRight 3 The top right position.
BottomLeft 4 The bottom left position.
BottomCenter 5 The bottom center position.
BottomRight 6 The bottom right position.

See Also