Creates a new instance of the PageBorder class.

PageBorder()

public PageBorder();

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

public PageBorder(int lineWidth, int distance, System.Drawing.Color lineColor);

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.