Creates a new instance of the Page
public PageBorder();
Public Sub New()
public PageBorder(int lineWidth, int distance, System.Drawing.Color lineColor);
Public Sub New(ByVal lineWidth As Integer, ByVal distance As Integer, ByVal lineColor As System.Drawing.Color)
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. |