EVO PDF Logo

DocumentAddFooterTemplate Method

EVO PDF Client for .NET Framework
Adds a footer with the given height to document

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public Template AddFooterTemplate(
	float height
)

Parameters

height
Type: SystemSingle
The footer height

Return Value

Type: Template
The newly added footer template
See Also

Reference