Creates a new instance of the Page
public PageMargins();
Public Sub New()
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)
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. |