[]
Initializes a new instance of PdfMargins.
public PdfMargins()
Public Sub New()
Initializes a new instance of PdfMargins.
public PdfMargins(float uniformMargin)
Public Sub New(uniformMargin As Single)
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)
Public Sub New(leftRight As Single, topBottom As Single)
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)
Public Sub New(left As Single, top As Single, right As Single, bottom As Single)