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

Syntax

C#
bool Process(
	Paragraph current,
	ChainedProperties cprops
)
Visual Basic
Function Process ( _
	current As Paragraph, _
	cprops As ChainedProperties _
) As Boolean
Visual C++
bool Process(
	Paragraph^ current, 
	ChainedProperties^ cprops
)

See Also