[]
Represents page margins.
[Obsolete("Use GcHtmlBrowser with PdfOptions and PdfMargins instead.")]
public class Margins
<Obsolete("Use GcHtmlBrowser with PdfOptions and PdfMargins instead.")>
Public Class Margins
Name | Description |
---|---|
Margins() | Initializes a new instance of Margins. |
Margins(float) | Initializes a new instance of Margins. |
Margins(float, float) | Initializes a new instance of Margins. |
Margins(float, float, float, float) | Initializes a new instance of Margins. |
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. |