Creates a new instance of the PageMargins class.

PageMargins()

public PageMargins();
Public Sub New()

PageMargins(Double, Double, Double, Double)

public PageMargins(double left, double top, double right, double bottom);
Public Sub New(ByVal left As Double, ByVal top As Double, ByVal right As Double, ByVal bottom As Double)

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.