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

Syntax

C#
protected PdfLine CreateLine(
	float width
)
Visual Basic
Protected Function CreateLine ( _
	width As Single _
) As PdfLine
Visual C++
protected:
PdfLine^ CreateLine(
	float width
)

Parameters

width
Type: System..::..Single

See Also