Class WaterMarkLocation
Location for a simple watermark to be applied to a PDF page.
Inheritance
System.Object
WaterMarkLocation
Namespace: IronPdf.Editing
Assembly: IronPdf.dll
Syntax
public sealed class WaterMarkLocation : Enum
Fields
BottomCenter
The bottom center of the page
Declaration
public const WaterMarkLocation BottomCenter
Field Value
Type | Description |
---|---|
WaterMarkLocation |
BottomLeft
The bottom left of the page
Declaration
public const WaterMarkLocation BottomLeft
Field Value
Type | Description |
---|---|
WaterMarkLocation |
BottomRight
The bottom right of the page
Declaration
public const WaterMarkLocation BottomRight
Field Value
Type | Description |
---|---|
WaterMarkLocation |
MiddleCenter
The dead center of the page
Declaration
public const WaterMarkLocation MiddleCenter
Field Value
Type | Description |
---|---|
WaterMarkLocation |
MiddleLeft
The middle left of the page
Declaration
public const WaterMarkLocation MiddleLeft
Field Value
Type | Description |
---|---|
WaterMarkLocation |
MiddleRight
The middle right of the page
Declaration
public const WaterMarkLocation MiddleRight
Field Value
Type | Description |
---|---|
WaterMarkLocation |
TopCenter
The top center of the page
Declaration
public const WaterMarkLocation TopCenter
Field Value
Type | Description |
---|---|
WaterMarkLocation |
TopLeft
The top left of the page
Declaration
public const WaterMarkLocation TopLeft
Field Value
Type | Description |
---|---|
WaterMarkLocation |
TopRight
The top right of the page
Declaration
public const WaterMarkLocation TopRight
Field Value
Type | Description |
---|---|
WaterMarkLocation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |