Add a new template with the specified bounds to the document templates collection.

C# | Visual Basic | Visual C++ |
public Template AddNewTemplate( RectangleF bounds )
Public Function AddNewTemplate ( bounds As RectangleF ) As Template
public: Template^ AddNewTemplate( RectangleF bounds )

- bounds (RectangleF)
- The template element bounds in points.

Template
The newly added template.
The newly added template.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)