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

Syntax

C#
public static PdfFormField CreateCombo(
	PdfWriter writer,
	bool edit,
	string[] options,
	int topIndex
)
Visual Basic
Public Shared Function CreateCombo ( _
	writer As PdfWriter, _
	edit As Boolean, _
	options As String(), _
	topIndex As Integer _
) As PdfFormField
Visual C++
public:
static PdfFormField^ CreateCombo(
	PdfWriter^ writer, 
	bool edit, 
	array<String^>^ options, 
	int topIndex
)

Parameters

writer
Type: iTextSharp.text.pdf..::..PdfWriter
edit
Type: System..::..Boolean
options
Type: array<System..::..String>[]()[][]
topIndex
Type: System..::..Int32

See Also