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

Syntax

C#
public void DrawLine(
	PdfContentByte canvas,
	float leftX,
	float rightX,
	float y
)
Visual Basic
Public Sub DrawLine ( _
	canvas As PdfContentByte, _
	leftX As Single, _
	rightX As Single, _
	y As Single _
)
Visual C++
public:
void DrawLine(
	PdfContentByte^ canvas, 
	float leftX, 
	float rightX, 
	float y
)

See Also