Enum PdfDocument.WaterMarkLocation
Location for a simple watermark to be applied to a PDF page.
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public enum WaterMarkLocation
Fields
Name | Description |
---|---|
BottomCenter | The bottom center of the page |
BottomLeft | The bottom left of the page |
BottomRight | The bottom right of the page |
MiddleCenter | The dead center of the page |
MiddleLeft | The middle left of the page |
MiddleRight | The middle right of the page |
TopCenter | The top center of the page |
TopLeft | The top left of the page |
TopRight | The top right of the page |