DocumentAddTemplate(Single, Single) Method

Adds a new template with the specified width and height to the document templates collection. The template location is top left corner of the page.

Definition

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

Parameters

width  Single
The template width
height  Single
The template height

Return Value

Template
The newly added template

See Also