PdfPageSize(Int32, Int32) Constructor

Constructs a page size with the given width and height

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public PdfPageSize(
	int width,
	int height
)

Parameters

width  Int32
The page width in points
height  Int32
The page height in points

See Also