PdfPageAddFooterTemplate Method

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

Definition

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

Parameters

height  Single
The footer height

Return Value

Template
The page footer

See Also