Click or drag to resize

DocumentAddTemplate(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 AddTemplate(
	RectangleF bounds
)

Parameters

bounds  RectangleF
The template element bounds

Return Value

Template
The newly added template.
See Also