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

Syntax

C#
public void DrawButton(
	float llx,
	float lly,
	float urx,
	float ury,
	string text,
	BaseFont bf,
	float size
)
Visual Basic
Public Sub DrawButton ( _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single, _
	text As String, _
	bf As BaseFont, _
	size As Single _
)
Visual C++
public:
void DrawButton(
	float llx, 
	float lly, 
	float urx, 
	float ury, 
	String^ text, 
	BaseFont^ bf, 
	float size
)

See Also