PdfPageSize(Int32, Int32) Constructor

Constructs a custom page size

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public PdfPageSize(
	int width,
	int height
)

Parameters

width  Int32
The page width in points. 1 point is 1/72 inch
height  Int32
The page height in points. 1 point is 1/72 inch

See Also