PdfFooterOptionsPageNumberingFormatString Property |
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.
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public string PageNumberingFormatString { get; set; }
Public Property PageNumberingFormatString As String
Get
Set
Property Value
Type:
StringSee Also