TemplateCollectionAddNewTemplate(RectangleF) Method
Add a new template with the specified bounds to the document templates collection.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public Template AddNewTemplate(
RectangleF bounds
)
Public Function AddNewTemplate (
bounds As RectangleF
) As Template
- bounds RectangleF
- The template element bounds in points.
TemplateThe newly added template.