Winnovative Excel to PDF Converter

TemplateCollectionAddNewTemplate Method (RectangleF)

Winnovative Excel to PDF Converter Documentation
Add a new template with the specified bounds to the document templates collection.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public Template AddNewTemplate(
	RectangleF bounds
)

Parameters

bounds
Type: System.DrawingRectangleF
The template element bounds in points.

Return Value

Type: Template
The newly added template.
See Also

Reference