Constructs a custom page size

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfPageSize(
	float width,
	float height
)
Visual Basic
Public Sub New ( 
	width As Single,
	height As Single
)
Visual C++
public:
PdfPageSize(
	float width, 
	float height
)

Parameters

width
Type: System..::..Single
The page width in points
height
Type: System..::..Single
The page height in points

See Also