| 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
Syntaxpublic HtmlToPdfClient setFooterDisplayOnLastPage(
	bool displayOnLastPage
)
Public Function setFooterDisplayOnLastPage ( 
	displayOnLastPage As Boolean
) As HtmlToPdfClient
Parameters
- displayOnLastPage
- Type: SystemBoolean
 Display special footer on the last page or not.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 Remarks
Remarks See Also
See Also