TemplateCollectionAddNewTemplate(RectangleF) Method

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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