Creates a new instance of the Page
public PageBorder();
public PageBorder(int lineWidth, int distance, System.Drawing.Color lineColor);
Parameter | Description |
---|---|
line |
Specifies the width for all border lines. |
distance | Specifies the distance of the border lines from the edge of the page. |
line |
Specifies the color for all border lines. |