DocumentAddTemplate(RectangleF) Method

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

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Template AddTemplate(
	RectangleF bounds
)

Parameters

bounds  RectangleF
The template element bounds

Return Value

Template
The newly added template.

See Also