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
)
Public Function setShowFooter (
showFooter As Boolean
) As HtmlToPdfClient
Parameters
- showFooter
- Type: SystemBoolean
Show footer or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also