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.

C# | Visual Basic | Visual C++ |
public PdfPageSize PdfPageSize { get; set; }
Public Property PdfPageSize As PdfPageSize Get Set
public: property PdfPageSize PdfPageSize { PdfPageSize get (); void set (PdfPageSize value); }

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)