PdfFooterOptionsShowPageNumber Property |
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".
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public bool ShowPageNumber { get; set; }
Public Property ShowPageNumber As Boolean
Get
Set
Property Value
Type:
BooleanSee Also