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

Syntax

C#
public PdfFormField AddComboBox(
	string name,
	string[,] options,
	string defaultValue,
	bool editable,
	BaseFont font,
	float fontSize,
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Function AddComboBox ( _
	name As String, _
	options As String(,), _
	defaultValue As String, _
	editable As Boolean, _
	font As BaseFont, _
	fontSize As Single, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
) As PdfFormField
Visual C++
public:
PdfFormField^ AddComboBox(
	String^ name, 
	array<String^,2>^ options, 
	String^ defaultValue, 
	bool editable, 
	BaseFont^ font, 
	float fontSize, 
	float llx, 
	float lly, 
	float urx, 
	float ury
)

Parameters

name
Type: System..::..String
options
Type: array<System..::..String,2>[,](,)[,][,]
defaultValue
Type: System..::..String
editable
Type: System..::..Boolean
font
Type: iTextSharp.text.pdf..::..BaseFont
fontSize
Type: System..::..Single
llx
Type: System..::..Single
lly
Type: System..::..Single
urx
Type: System..::..Single
ury
Type: System..::..Single

See Also