EVO PDF Logo

DocumentAddHeaderTemplate Method

EVO PDF Client for .NET Core
Adds a header with the given height to document

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public Template AddHeaderTemplate(
	float height
)

Parameters

height
Type: SystemSingle
The header height

Return Value

Type: Template
The newly added header template
See Also

Reference