Click or drag to resize

PdfDocumentOptionsPdfPageSize Property

This property controls the size of the rendered PDF document pages. The default size of the PDF document is A4. When this property is set to PdfPageSize.Custom, a custom size in points for the generated PDF document can be specified using the CustomPdfPageSize property.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public PdfPageSize PdfPageSize { get; set; }

Property Value

Type: PdfPageSize
See Also