Add a new template with the specified bounds to the document templates collection.
| C# | Visual Basic | Visual C++ |
public Template AddTemplate( RectangleF bounds )
Public Function AddTemplate ( _ bounds As RectangleF _ ) As Template
public: Template^ AddTemplate( RectangleF bounds )
- bounds (RectangleF)
- The template element bounds
The newly added template.