Adds a new template with the specified bounds to the document templates collection.
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
Parameters
- x
- Type: SystemSingle
The top left corner X coordinate of the template in PDF pages - y
- Type: SystemSingle
The top left corner Y- coordinate of the template in PDF pages - width
- Type: SystemSingle
The template width - height
- Type: SystemSingle
The template height
Return Value
Type: TemplateThe newly added template
See Also