DocumentAddTemplate(RectangleF) Method |
Add a new template with the specified bounds to the document templates collection.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic Template AddTemplate(
RectangleF bounds
)
Public Function AddTemplate (
bounds As RectangleF
) As Template
Parameters
- bounds RectangleF
- The template element bounds
Return Value
TemplateThe newly added template.
See Also