TemplateCollectionAddNewTemplate(RectangleF) Method

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

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Template AddNewTemplate(
	RectangleF bounds
)

Parameters

bounds  RectangleF
The template element bounds in points.

Return Value

Template
The newly added template.

See Also