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.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic PdfPageSize PdfPageSize { get; set; }
Public Property PdfPageSize As PdfPageSize
Get
Set
Property Value
Type:
PdfPageSize
See Also