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

Syntax

C#
public string this[
	string key
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	key As String _
) As String
	Get
Visual C++
public:
property String^ default[String^ key] {
	String^ get (String^ key);
}

Parameters

key
Type: System..::..String

See Also