ExpertPdf PDF Creator Library
AddNewTemplate Method (width, height)
NamespacesExpertPdf.PdfCreatorTemplateCollectionAddNewTemplate(Single, Single)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)