ExpertPdf Html to Pdf Converter Library
SinglePage Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsSinglePage
ExpertPdf Html to Pdf Converter Library
When this property is true the 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.
Declaration Syntax
C#Visual BasicVisual C++
public bool SinglePage { get; set; }
Public Property SinglePage As Boolean
	Get
	Set
public:
property bool SinglePage {
	bool get ();
	void set (bool value);
}
Property Value

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