DocumentAddTemplate(Single, Single, Single, Single) Method

Adds a new template with the specified bounds to the document templates collection.

Definition

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

Parameters

x  Single
The top left corner X coordinate of the template in PDF pages
y  Single
The top left corner Y- coordinate of the template in PDF pages
width  Single
The template width
height  Single
The template height

Return Value

Template
The newly added template

See Also