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: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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