ExpertPdf Html to Pdf Converter Library
ShowPageNumber Property
NamespacesExpertPdf.HtmlToPdfPdfFooterOptionsShowPageNumber
ExpertPdf Html to Pdf Converter Library
When true, the default page numbering element is displayed in the footer. The default value is false and the default page numbering element is not displayed. The text displayed by the default page numbering element can be customized using the PageNumberingFormatString property. The page numbering formatting string can display the current page number using the &p; tag and the total number of pages using the &P; tag. An example of formatting string is "Page &p; of &P; pages".
Declaration Syntax
C#Visual BasicVisual C++
public bool ShowPageNumber { get; set; }
Public Property ShowPageNumber As Boolean
	Get
	Set
public:
property bool ShowPageNumber {
	bool get ();
	void set (bool value);
}
Property Value

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