Click or drag to resize

HtmlToPdfClientsetFooterDisplayOnLastPage Method

Add a special footer on the last page of the generated pdf document only. The default value is False.

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

Parameters

displayOnLastPage
Type: SystemBoolean
Display special footer on the last page or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
Remarks
Use setFooterUrl(String) or setFooterHtml(String) and setFooterBaseUrl(String) to specify the content of the last page footer. Use setFooterHeight(Int32) to specify the height of the special last page footer.
See Also