HiQPdf Documentation

PdfPageSize Constructor (Single, Single)

Quickly Create High Quality PDFs
Constructs a page size with the given width and height

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfPageSize(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The page width in points
height
Type: SystemSingle
The page height in points
See Also

Reference