Click or drag to resize

TemplateCollectionAddNewTemplate(RectangleF) Method

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

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public Template AddNewTemplate(
	RectangleF bounds
)

Parameters

bounds  RectangleF
The template element bounds in points.

Return Value

Template
The newly added template.
See Also