DocumentAddTemplate(RectangleF) Method
Adds 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 AddTemplate(
RectangleF bounds
)
Public Function AddTemplate (
bounds As RectangleF
) As Template
public:
Template^ AddTemplate(
RectangleF bounds
)
member AddTemplate :
bounds : RectangleF -> Template
- bounds RectangleF
- The template element bounds
TemplateThe newly added template.