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

Syntax

C#
public Font GetFont(
	ChainedProperties props
)
Visual Basic
Public Function GetFont ( _
	props As ChainedProperties _
) As Font
Visual C++
public:
Font^ GetFont(
	ChainedProperties^ props
)

See Also