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

Syntax

C#
public Hashtable MoreInfo { get; set; }
Visual Basic
Public Property MoreInfo As Hashtable
	Get
	Set
Visual C++
public:
property Hashtable^ MoreInfo {
	Hashtable^ get ();
	void set (Hashtable^ value);
}

See Also