Click or drag to resize

HtmlToPdfClientsetPageNumbersFontSize Method

Set the size of the font used to display the page numbers. The default value is 10 points.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setPageNumbersFontSize(
	int fontSize
)

Parameters

fontSize
Type: SystemInt32
The size in points of the font used to display the page numbers.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also