Click or drag to resize
Pdf Library for .NET

PdfCustomPageSize(Single, Single) Constructor

Constructs a custom page size

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

Parameters

width  Single
The page width in points
height  Single
The page height in points
See Also