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

Syntax

C#
Image GetImage(
	string src,
	Hashtable h,
	ChainedProperties cprops,
	IDocListener doc
)
Visual Basic
Function GetImage ( _
	src As String, _
	h As Hashtable, _
	cprops As ChainedProperties, _
	doc As IDocListener _
) As Image
Visual C++
Image^ GetImage(
	String^ src, 
	Hashtable^ h, 
	ChainedProperties^ cprops, 
	IDocListener^ doc
)

See Also