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 (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.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