Click or drag to resize

HtmlToPdfClientsetHeaderDisplayOnEvenPages Method

Control the visibility of the header on the even 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 setHeaderDisplayOnEvenPages(
	bool displayOnEvenPages
)

Parameters

displayOnEvenPages
Type: SystemBoolean
Display header on even pages or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also