Click or drag to resize
TemplateCollectionAddNewTemplate Method (RectangleF)
Add a new template with the specified bounds to the document templates collection.

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

Parameters

bounds
Type: System.DrawingRectangleF
The template element bounds in points.

Return Value

Type: Template
The newly added template.
See Also