Initializes a new instance of the IncTable class

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

Syntax

C#
public IncTable(
	Hashtable props
)
Visual Basic
Public Sub New ( _
	props As Hashtable _
)
Visual C++
public:
IncTable(
	Hashtable^ props
)

See Also