ExpertPdf PDF Creator Library
AddTemplate Method (bounds)
NamespacesExpertPdf.PdfCreatorDocumentAddTemplate(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 AddTemplate(
	RectangleF bounds
)
Public Function AddTemplate ( 
	bounds As RectangleF
) As Template
public:
Template^ AddTemplate(
	RectangleF bounds
)
Parameters
bounds (RectangleF)
The template element bounds
Return Value
Template
The newly added template.

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