Click or drag to resize

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
)

Parameters

showPageNumbers
Type: SystemBoolean
Show page numbers or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
Remarks
Page numbers will be displayed in the footer of the PDF document.
See Also