Creates a new instance of the PageMargins class.

PageMargins()

public PageMargins();

PageMargins(Double, Double, Double, Double)

public PageMargins(double left, double top, double right, double bottom);

Parameters

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.