[]
Creates a new PrintMargin object with margins set to zero.
public PrintMargin()
Public Sub New()
Creates a new PrintMargin object with the specified margins.
public PrintMargin(int left, int top, int right, int bottom, int header, int footer)
Public Sub New(left As Integer, top As Integer, right As Integer, bottom As Integer, header As Integer, footer As Integer)
Type | Name | Description |
---|---|---|
int | left | Size of the left margin in 100th-of-an-inch units |
int | top | Size of the top margin in 100th-of-an-inch units |
int | right | Size of the right margin in 100th-of-an-inch units |
int | bottom | Size of the bottom margin in 100th-of-an-inch units |
int | header | Size of the header margin in 100th-of-an-inch units |
int | footer | Size of the footer margin in 100th-of-an-inch units |