HtmlToPdfClientsetFooterDisplayOnFirstPage Method |
Control the visibility of the footer on the first page of the generated pdf document. The default value is True.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setFooterDisplayOnFirstPage(
bool displayOnFirstPage
)
Public Function setFooterDisplayOnFirstPage (
displayOnFirstPage As Boolean
) As HtmlToPdfClient
Parameters
- displayOnFirstPage
- Type: SystemBoolean
Display footer on the first page or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also