Click or drag to resize

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
)

Parameters

fontName
Type: SystemString
The font used to display the page numbers text.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also