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

Syntax

C#
public PdfFormField GetRadioGroup(
	string name,
	string defaultValue,
	bool noToggleToOff
)
Visual Basic
Public Function GetRadioGroup ( _
	name As String, _
	defaultValue As String, _
	noToggleToOff As Boolean _
) As PdfFormField
Visual C++
public:
PdfFormField^ GetRadioGroup(
	String^ name, 
	String^ defaultValue, 
	bool noToggleToOff
)

Parameters

name
Type: System..::..String
defaultValue
Type: System..::..String
noToggleToOff
Type: System..::..Boolean

See Also