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

Syntax

C#
public void LoadTagStyle(
	string tag,
	Hashtable props
)
Visual Basic
Public Sub LoadTagStyle ( _
	tag As String, _
	props As Hashtable _
)
Visual C++
public:
void LoadTagStyle(
	String^ tag, 
	Hashtable^ props
)

See Also