ExpertPdf Html to Pdf Converter Library
AddTemplate Method (width, height)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAddTemplate(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 AddTemplate(
	float width,
	float height
)
Public Function AddTemplate ( 
	width As Single,
	height As Single
) As Template
public:
Template^ AddTemplate(
	float width, 
	float height
)
Parameters
width (Single)
The template width
height (Single)
The template height
Return Value
Template
The newly added template

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