PdfPageAddHeaderTemplate Method

Creates a template with the specified height and automatically set the Header property of this page with the created template.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Template AddHeaderTemplate(
	float height
)

Parameters

height  Single
The page header height

Return Value

Template
The page header

See Also