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

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)