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.
The newly added template.