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

Syntax

C#
protected PdfFormField GetField(
	bool isRadio
)
Visual Basic
Protected Function GetField ( _
	isRadio As Boolean _
) As PdfFormField
Visual C++
protected:
PdfFormField^ GetField(
	bool isRadio
)

Parameters

isRadio
Type: System..::..Boolean

See Also