ExpertPdf Html to Pdf Converter Library
AddNewTemplate Method (bounds)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentTemplateCollectionAddNewTemplate(RectangleF)
ExpertPdf Html to Pdf Converter 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.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)