ExpertPdf Html to Pdf Converter Library
ShowOnFirstPage Property
NamespacesExpertPdf.HtmlToPdfPdfFooterOptionsShowOnFirstPage
ExpertPdf Html to Pdf Converter Library
When this property is true the footer will be shown on the first page otherwise it will not be shown. This property has priority over ShowOnOddPages. The default value is true.
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowOnFirstPage { get; set; }
Public Property ShowOnFirstPage As Boolean
	Get
	Set
public:
property bool ShowOnFirstPage {
	bool get ();
	void set (bool value);
}
Property Value

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