Table of Contents

Enum WatermarkPosition

Namespace
CobaltPdf
Assembly
CobaltPdf.dll

Convenience positions for watermark placement, combining vertical and horizontal alignment.

public enum WatermarkPosition

Fields

BottomCenter = 5

Bottom edge, centered horizontally.

BottomLeft = 4

Bottom-left corner.

BottomRight = 6

Bottom-right corner.

Center = 0

Centered both vertically and horizontally.

TopCenter = 2

Top edge, centered horizontally.

TopLeft = 1

Top-left corner.

TopRight = 3

Top-right corner.