DocumentAddHeaderTemplate Method

Adds a header 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 AddHeaderTemplate(
	float height
)

Parameters

height  Single
The header height

Return Value

Template
The newly added header template

See Also