DocumentAddFooterTemplate Method

Adds a footer with the given height to document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public Template AddFooterTemplate(
	float height
)

Parameters

height  Single
The footer height

Return Value

Template
The newly added footer template

See Also