EVO HTML to PDF Converter

DocumentAddTemplate Method (Single, Single, Single, Single)

Winnovative Client for .NET Documentation
Adds a new template with the specified bounds to the document templates collection.

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public Template AddTemplate(
	float x,
	float y,
	float width,
	float height
)

Parameters

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

Return Value

Type: Template
The newly added template
See Also

Reference