Class StampLocation
Location for a stamp to be applied to a PDF page.
Inheritance
Namespace: IronPdf.Editing
Assembly: IronPdf.dll
Syntax
public sealed class StampLocation : Enum
Fields
BottomCenter
The bottom center of the page. Top, Left and Right will not be used.
Declaration
public const StampLocation BottomCenter
Field Value
| Type | Description |
|---|---|
| StampLocation |
BottomLeft
The bottom left of the page. Top and Right will not be used.
Declaration
public const StampLocation BottomLeft
Field Value
| Type | Description |
|---|---|
| StampLocation |
BottomRight
The bottom right of the page. Top and Left will not be used.
Declaration
public const StampLocation BottomRight
Field Value
| Type | Description |
|---|---|
| StampLocation |
Custom
Set using Left or Right and Top or Bottom. If both Left and Right was set, Left we be used. If both Top and Bottom was set, Top will be used. If none of Top, Bottom, Left and Right was set, will apply MiddleCenter.
Declaration
public const StampLocation Custom
Field Value
| Type | Description |
|---|---|
| StampLocation |
MiddleCenter
The dead center of the page Top, Bottom Left and Right will not be used.
Declaration
public const StampLocation MiddleCenter
Field Value
| Type | Description |
|---|---|
| StampLocation |
MiddleLeft
The middle left of the page. Top, Bottom and Right will not be used.
Declaration
public const StampLocation MiddleLeft
Field Value
| Type | Description |
|---|---|
| StampLocation |
MiddleRight
The middle right of the page Top, Bottom and Left will not be used.
Declaration
public const StampLocation MiddleRight
Field Value
| Type | Description |
|---|---|
| StampLocation |
TopCenter
The top center of the page. Bottom, Left and Right will not be used.
Declaration
public const StampLocation TopCenter
Field Value
| Type | Description |
|---|---|
| StampLocation |
TopLeft
The top left of the page. Bottom and Right will not be used.
Declaration
public const StampLocation TopLeft
Field Value
| Type | Description |
|---|---|
| StampLocation |
TopRight
The top right of the page. Bottom and Left will not be used.
Declaration
public const StampLocation TopRight
Field Value
| Type | Description |
|---|---|
| StampLocation |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |