HtmlToPdfClientsetHeaderDisplayOnOddPages Method |
Control the visibility of the header on the odd numbered pages 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 setHeaderDisplayOnOddPages(
bool displayOnOddPages
)
Public Function setHeaderDisplayOnOddPages (
displayOnOddPages As Boolean
) As HtmlToPdfClient
Parameters
- displayOnOddPages
- Type: SystemBoolean
Display header on odd pages or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also