DocumentAddTemplate(Single, Single) Method
Adds 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: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public Template AddTemplate(
float width,
float height
)
Public Function AddTemplate (
width As Single,
height As Single
) As Template
- width Single
- The template width
- height Single
- The template height
TemplateThe newly added template