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

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.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