Initializes a new instance of the PdfPTable class

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

Syntax

C#
public PdfPTable(
	PdfPTable table
)
Visual Basic
Public Sub New ( _
	table As PdfPTable _
)
Visual C++
public:
PdfPTable(
	PdfPTable^ table
)

See Also