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

Syntax

C#
public bool SetListSelection(
	string name,
	string[] value
)
Visual Basic
Public Function SetListSelection ( _
	name As String, _
	value As String() _
) As Boolean
Visual C++
public:
bool SetListSelection(
	String^ name, 
	array<String^>^ value
)

Parameters

name
Type: System..::..String
value
Type: array<System..::..String>[]()[][]

See Also