Click or drag to resize
PageSize Constructor (Single, Single)
Constructs a custom page size

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public PageSize(
	float width,
	float height
)

Parameters

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