[This is preliminary documentation and is subject to change.]

Create a new page size with given width and height both in in points.

Namespace: TallComponents.Web
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public PageSize(
	double width,
	double height
)
Visual Basic
Public Sub New ( _
	width As Double, _
	height As Double _
)

Parameters

width
Type: System..::..Double
Width in points.
height
Type: System..::..Double
Height in points.

See Also