This property controls the page size of the PDF document generated by the HTML to PDF converter.
The default size of the PDF document page is A4
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfPageSize PdfPageSize { get; set; } |
| Visual Basic |
|---|
Public Property PdfPageSize As PdfPageSize Get Set |
| Visual C++ |
|---|
public: property PdfPageSize^ PdfPageSize { PdfPageSize^ get (); void set (PdfPageSize^ value); } |