[]
Initializes a new instance of the Margins class with the specified left, right, top, and bottom margins.
public Margins(int left, int right, int top, int bottom)
Type | Name | Description |
---|---|---|
int | left | The left margin, in hundredths of an inch. |
int | right | The right margin, in hundredths of an inch. |
int | top | The top margin, in hundredths of an inch. |
int | bottom | The bottom margin, in hundredths of an inch. |