Creates a new instance of the PageBorder class.

PageBorder()

public PageBorder();
Public Sub New()

PageBorder(Int, Int, System.Drawing.Color)

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)

Parameters

Parameter Description
lineWidth Specifies the width for all border lines.
distance Specifies the distance of the border lines from the edge of the page.
lineColor Specifies the color for all border lines.