PdfPageSize(Int32, Int32) Constructor

Constructs a page size with the given width and height

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.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