Click or drag to resize

PageSize(Single, Single) Constructor

Constructs a custom page size

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

Parameters

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