[]
Initializes a new instance of PdfMargins.
public PdfMargins()
Initializes a new instance of PdfMargins.
public PdfMargins(float uniformMargin)
| Type | Name | Description |
|---|---|---|
| float | uniformMargin | The uniform margin applied to left, top, right, and bottom, in inches. |
Initializes a new instance of PdfMargins.
public PdfMargins(float leftRight, float topBottom)
| Type | Name | Description |
|---|---|---|
| float | leftRight | Left and right margins, in inches. |
| float | topBottom | Top and bottom margins, in inches. |
Initializes a new instance of PdfMargins.
public PdfMargins(float left, float top, float right, float bottom)
| Type | Name | Description |
|---|---|---|
| float | left | Left margin, in inches. |
| float | top | Top margin, in inches. |
| float | right | Right margin, in inches. |
| float | bottom | Bottom margin, in inches. |