DocumentAddTemplate Method (RectangleF) |
Add a new template with the specified bounds to the document templates collection.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public Template AddTemplate(
RectangleF bounds
)
Public Function AddTemplate (
bounds As RectangleF
) As Template
Parameters
- bounds
- Type: System.DrawingRectangleF
The template element bounds
Return Value
Type:
TemplateThe newly added template.
See Also