Class WaterMarkPositioning
Options to position the watermark on the page
Inheritance
System.Object
WaterMarkPositioning
Namespace: IronPdf.Editing
Assembly: IronPdf.dll
Syntax
public class WaterMarkPositioning : Object
Constructors
WaterMarkPositioning()
Declaration
public WaterMarkPositioning()
Properties
Bottom
Indent of the watermark from the bottom side of the page.
Declaration
public int Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Used when the watermark aligned to the bottom
Left
Indent of the watermark from the left side of the page.
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Used when the watermark aligned to the left or by default
Right
Indent of the watermark from the right side of the page.
Declaration
public int Right { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Used when the watermark aligned to the right
Size
Width and height of the watermark
Declaration
public int Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Top
Indent of the watermark from the top side of the page.
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Used when the watermark aligned to the top or by default