Initializes a new instance of the PdfPCell class

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

Syntax

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

See Also