Creates a new instance of the Page
public PageSize();
Public Sub New()
public PageSize(double width, double height);
Public Sub New(ByVal width As Double, ByVal height As Double)
Parameter | Description |
---|---|
width | Specifies the width of the page. |
height | Specifies the height of the page. |