TemplateCollectionAddNewTemplate(RectangleF) Method |
Add a new template with the specified bounds to the document templates collection.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic Template AddNewTemplate(
RectangleF bounds
)
Public Function AddNewTemplate (
bounds As RectangleF
) As Template
Parameters
- bounds RectangleF
- The template element bounds in points.
Return Value
TemplateThe newly added template.
See Also