ExpertPdf PDF Creator Library
AddNewTemplate Method (bounds)
NamespacesExpertPdf.PdfCreatorTemplateCollectionAddNewTemplate(RectangleF)
ExpertPdf PDF Creator Library
Add a new template with the specified bounds to the document templates collection.
Declaration Syntax
C#Visual BasicVisual C++
public Template AddNewTemplate(
	RectangleF bounds
)
Public Function AddNewTemplate ( _
	bounds As RectangleF _
) As Template
public:
Template^ AddNewTemplate(
	RectangleF bounds
)
Parameters
bounds (RectangleF)
The template element bounds in points.
Return Value
The newly added template.

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)