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

Syntax

C#
protected static PdfFormField CreateChoice(
	PdfWriter writer,
	int flags,
	PdfArray options,
	int topIndex
)
Visual Basic
Protected Shared Function CreateChoice ( _
	writer As PdfWriter, _
	flags As Integer, _
	options As PdfArray, _
	topIndex As Integer _
) As PdfFormField
Visual C++
protected:
static PdfFormField^ CreateChoice(
	PdfWriter^ writer, 
	int flags, 
	PdfArray^ options, 
	int topIndex
)

See Also