HtmlToPdfClientsetPageNumbersTemplate Method |
Set the text that is used to display the page numbers.
It can contain the placeholder {page_number} for the current page number and {total_pages} for the total number of pages.
The default value is "Page: {page_number} of {total_pages}".
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setPageNumbersTemplate(
string template
)
Public Function setPageNumbersTemplate (
template As String
) As HtmlToPdfClient
Parameters
- template
- Type: SystemString
Page numbers template.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also