ExpertPdf Html to Pdf Converter Library
PdfPageSize Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsPdfPageSize
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public PdfPageSize PdfPageSize { get; set; }
Public Property PdfPageSize As PdfPageSize
	Get
	Set
public:
property PdfPageSize PdfPageSize {
	PdfPageSize get ();
	void set (PdfPageSize value);
}
Property Value

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