TemplateCollectionAddNewTemplate(Single, Single) Method
Add a new template with the specified width and height to the document templates collection.
The template location is top left corner of the page.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public Template AddNewTemplate(
float width,
float height
)
Public Function AddNewTemplate (
width As Single,
height As Single
) As Template
public:
Template^ AddNewTemplate(
float width,
float height
)
member AddNewTemplate :
width : float32 *
height : float32 -> Template
- width Single
- The width in points of the template.
- height Single
- The height in points of the template.
TemplateThe newly added template.