ExpertPdf Html to Pdf Converter Library
AddNewTemplate Method (width, height)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentTemplateCollectionAddNewTemplate(Single, Single)
ExpertPdf Html to Pdf Converter Library
Add a new template with the specified width and height to the document templates collection. The template location is top left corner of the page.
Declaration Syntax
C#Visual BasicVisual C++
public Template AddNewTemplate(
	float width,
	float height
)
Public Function AddNewTemplate ( 
	width As Single,
	height As Single
) As Template
public:
Template^ AddNewTemplate(
	float width, 
	float height
)
Parameters
width (Single)
The width in points of the template.
height (Single)
The height in points of the template.
Return Value

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