HtmlToPdfClientsetShowPageNumbers Method |
Show page numbers. Default value is True.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setShowPageNumbers(
bool showPageNumbers
)
Public Function setShowPageNumbers (
showPageNumbers As Boolean
) As HtmlToPdfClient
Parameters
- showPageNumbers
- Type: SystemBoolean
Show page numbers or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
Remarks Page numbers will be displayed in the footer of the PDF document.
See Also