PdfPageSize(Single, Single) Constructor

Constructs a page size with the given width and height

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfPageSize(
	float width,
	float height
)

Parameters

width  Single
The page width in points
height  Single
The page height in points

See Also