DotNetBrowser
1.21.5
|
Margins in printer device points for a page setup. More...
Public Member Functions | |
PageMargins (int header, int footer, int top, int left, int right, int bottom) | |
Constructs a new More... | |
PageMargins (int top, int left, int right, int bottom) | |
Constructs a new More... | |
Properties | |
int | Header [get, set] |
int | Footer [get, set] |
int | Top [get, set] |
int | Left [get, set] |
int | Right [get, set] |
int | Bottom [get, set] |
Margins in printer device points for a page setup.
DotNetBrowser.PageMargins.PageMargins | ( | int | header, |
int | footer, | ||
int | top, | ||
int | left, | ||
int | right, | ||
int | bottom | ||
) |
Constructs a new
PageMargins
instance.
header | vertical space for the overlay from the top of the sheet. In printer device points. |
footer | vertical space for the overlay from the bottom of the sheet. In printer device points. |
top | margin on top side of the sheet in printer device points. |
left | margin on left side of the sheet in printer device points. |
right | margin on right side of the sheet in printer device points. |
bottom | margin on bottom side of the sheet in printer device points. |
DotNetBrowser.PageMargins.PageMargins | ( | int | top, |
int | left, | ||
int | right, | ||
int | bottom | ||
) |
Constructs a new
PageMargins
instance.
top | margin on top side of the sheet in printer device points. |
left | margin on left side of the sheet in printer device points. |
right | margin on right side of the sheet in printer device points. |
bottom | margin on bottom side of the sheet in printer device points. |