Add a new template with the specified height to the document templates collection. The template width is the width of the first page in document. The created template is suitable to become a document or page footer.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Template AddFooterTemplate(
	float height
)
Visual Basic
Public Function AddFooterTemplate ( 
	height As Single
) As Template
Visual C++
public:
Template^ AddFooterTemplate(
	float height
)

Parameters

height
Type: System..::..Single
The template height

Return Value

Type: Template
The newly added template

See Also