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
)
Public Function setPageNumbersFontSize (
fontSize As Integer
) As HtmlToPdfClient
Parameters
- fontSize
- Type: SystemInt32
The size in points of the font used to display the page numbers.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also