HtmlToPdfClientsetPageNumbersFontName Method |
Set the font used to display the page numbers text. The default value is "Helvetica".
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setPageNumbersFontName(
string fontName
)
Public Function setPageNumbersFontName (
fontName As String
) As HtmlToPdfClient
Parameters
- fontName
- Type: SystemString
The font used to display the page numbers text.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also