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

Syntax

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

See Also