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

Syntax

C#
bool Process(
	Image img,
	Hashtable h,
	ChainedProperties cprops,
	IDocListener doc
)
Visual Basic
Function Process ( _
	img As Image, _
	h As Hashtable, _
	cprops As ChainedProperties, _
	doc As IDocListener _
) As Boolean
Visual C++
bool Process(
	Image^ img, 
	Hashtable^ h, 
	ChainedProperties^ cprops, 
	IDocListener^ doc
)

See Also