TemplateCollectionAddNewTemplate(RectangleF) Method
Add a new template with the specified bounds to the document templates collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Template AddNewTemplate(
RectangleF bounds
)
Public Function AddNewTemplate (
bounds As RectangleF
) As Template
public:
Template^ AddNewTemplate(
RectangleF bounds
)
member AddNewTemplate :
bounds : RectangleF -> Template
- bounds RectangleF
- The template element bounds in points.
TemplateThe newly added template.