Create a new page with given size.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Page(
	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