ExpertPdf Html to Pdf Converter Library
PageNumberingFormatString Property
NamespacesExpertPdf.HtmlToPdfPdfFooterOptionsPageNumberingFormatString
ExpertPdf Html to Pdf Converter Library
The custom format string used by the predefined page numbering element. By default this property is null and the default formatting string is used for the predefined page numbering element. 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". The same formatting tags can be used in a TextArea element added to the footer. When this property is set with a value, the PageNumberText property used to customize the default formatting string is not used anymore. The predefined page numbering element is displayed in the footer only when ShowPageNumber is true.
Declaration Syntax
C#Visual BasicVisual C++
public string PageNumberingFormatString { get; set; }
Public Property PageNumberingFormatString As String
	Get
	Set
public:
property String^ PageNumberingFormatString {
	String^ get ();
	void set (String^ value);
}
Property Value

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