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

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