Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfTemplate CreateTemplate(
	float width,
	float height
)
Visual Basic
Public Function CreateTemplate ( _
	width As Single, _
	height As Single _
) As PdfTemplate
Visual C++
public:
PdfTemplate^ CreateTemplate(
	float width, 
	float height
)

Parameters

width
Type: System..::..Single
height
Type: System..::..Single

See Also