Click or drag to resize
Pdf Library for .NET

PdfCustomPageSize Constructor (Single, Single)

Constructs a custom page size

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public PdfCustomPageSize(
	float width,
	float height
)

Parameters

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