Creates a new instance of the Page
public PageMargins();
public PageMargins(double left, double top, double right, double bottom);
Parameter | Description |
---|---|
left | Specifies the left page margin. |
top | Specifies the top page margin. |
right | Specifies the right page margin. |
bottom | Specifies the bottom page margin. |