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

Syntax

C#
public PdfFormField AddRadioButton(
	PdfFormField radiogroup,
	string value,
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Function AddRadioButton ( _
	radiogroup As PdfFormField, _
	value As String, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
) As PdfFormField
Visual C++
public:
PdfFormField^ AddRadioButton(
	PdfFormField^ radiogroup, 
	String^ value, 
	float llx, 
	float lly, 
	float urx, 
	float ury
)

See Also