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

Syntax

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

See Also