[]
Specifies the dimensions of the margins of a printed page. This is a cross-platform version of System.Drawing.Printing.Margins.
public class Margins
Name | Description |
---|---|
Margins(int, int, int, int) | Initializes a new instance of the Margins class with the specified left, right, top, and bottom margins. |
Name | Description |
---|---|
Bottom | Gets or sets the bottom margin, in hundredths of an inch. |
Left | Gets or sets the left margin width, in hundredths of an inch. |
Right | Gets or sets the right margin width, in hundredths of an inch. |
Top | Gets or sets the top margin width, in hundredths of an inch. |
Name | Description |
---|---|
Equals(object) | |
GetHashCode() | |
ToString() |
Name | Description |
---|---|
operator ==(Margins, Margins) | |
operator !=(Margins, Margins) |