Enum WatermarkPosition
- Namespace
- CobaltPdf
- Assembly
- CobaltPdf.dll
Convenience positions for watermark placement, combining vertical and horizontal alignment.
public enum WatermarkPosition
Fields
BottomCenter = 5Bottom edge, centered horizontally.
BottomLeft = 4Bottom-left corner.
BottomRight = 6Bottom-right corner.
Center = 0Centered both vertically and horizontally.
TopCenter = 2Top edge, centered horizontally.
TopLeft = 1Top-left corner.
TopRight = 3Top-right corner.