EVO HTML to PDF Converter

DocumentAddTemplate Method (Single, Single)

Winnovative Client for Windows Universal Platform Documentation
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.

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

public Template AddTemplate(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The template width
height
Type: SystemSingle
The template height

Return Value

Type: Template
The newly added template
See Also

Reference