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

Syntax

C#
public virtual void Draw(
	PdfContentByte canvas,
	float llx,
	float lly,
	float urx,
	float ury,
	float y
)
Visual Basic
Public Overridable Sub Draw ( _
	canvas As PdfContentByte, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single, _
	y As Single _
)
Visual C++
public:
virtual void Draw(
	PdfContentByte^ canvas, 
	float llx, 
	float lly, 
	float urx, 
	float ury, 
	float y
)

Implements

IDrawInterface..::..Draw(PdfContentByte, Single, Single, Single, Single, Single)

See Also