Class PageMargins
- Namespace
- DotNetBrowser.Print
- Assembly
- DotNetBrowser.dll
The page margins used for printing.
public sealed class PageMargins
- Inheritance
-
PageMargins
- Inherited Members
Constructors
- PageMargins(int, int, int, int)
Creates custom margins for the web page in points. One point equals 1/72 of an inch.
Fields
- Default
The default margins for the page.
- None
The empty margins for the page.
Properties
- Bottom
Gets the margin on the bottom side of the sheet.
- Left
Gets the margin on the left side of the sheet.
- Right
Gets the margin on the right side of the sheet.
- Top
Gets the margin on the top side of the sheet.