Winnovative PDF Creator Library for .NET
AddTemplate Method (bounds)
NamespacesWinnovative.PdfCreatorDocumentAddTemplate(RectangleF)
Winnovative PDF Creator Library for .NET
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
The newly added template.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 3.0.6.0 (3.0.6.0)