Winnovative Excel to PDF Converter

TemplateCollectionAddNewTemplate Method (Single, Single)

Winnovative Excel to PDF Converter Documentation
Add 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.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public Template AddNewTemplate(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
The width in points of the template.
height
Type: SystemSingle
The height in points of the template.

Return Value

Type: Template
The newly added template.
See Also

Reference