DocumentAddTemplate(RectangleF) Method
            Adds a new template with the specified bounds to the document templates collection.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public Template AddTemplate(
	RectangleF bounds
)
Public Function AddTemplate ( 
	bounds As RectangleF
) As Template
- bounds  RectangleF
- The template element bounds
TemplateThe newly added template.