Creates a new instance of the PageSize class. The measure for the width and height parameters depends on the TextControl.PageUnit, WPF.TextControl.PageUnit or ServerTextControl.PageUnit property.
public PageSize();
Public Sub New()
public PageSize(double width, double height);
Public Sub New(ByVal width As Double, ByVal height As Double)