DocumentAddHeaderTemplate Method

Adds a header with the given height to document

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public Template AddHeaderTemplate(
	float height
)

Parameters

height  Single
The header height

Return Value

Template
The newly added header template

See Also