[]
Represents page margins in PdfOptions.
public class PdfMargins
Public Class PdfMargins
Name | Description |
---|---|
PdfMargins() | Initializes a new instance of PdfMargins. |
PdfMargins(float) | Initializes a new instance of PdfMargins. |
PdfMargins(float, float) | Initializes a new instance of PdfMargins. |
PdfMargins(float, float, float, float) | Initializes a new instance of PdfMargins. |
Name | Description |
---|---|
Bottom | Gets or sets the bottom margin, in inches. |
Left | Gets or sets the left margin, in inches. |
Right | Gets or sets the right margin, in inches. |
Top | Gets or sets the top margin, in inches. |