When this property is true the HTML to PDF converter will generate a single PDF page with a custom size calculated to display the whole HTML content and any specified header and footer. If the FitWidth property is true the specified PDF page width will be preserved, otherwise the PDF page width is automatically calculated by the converter to display the whole HTML content at real size.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Boolean

See Also