Click or drag to resize

HtmlToPdfClientsetShowFooter Method

Control if a custom footer is displayed in the generated PDF document. The default value is False.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setShowFooter(
	bool showFooter
)

Parameters

showFooter
Type: SystemBoolean
Show footer or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also