WatermarkPosition
Enum Definition
ts
enum WatermarkPosition {
BottomRight = 0,
TopRight = 1,
TopLeft = 2,
TopCenter = 3,
BottomCenter = 4,
};