TemplateCollectionAddNewTemplate(RectangleF) Method

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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