Initializes a new instance of the PdfPCell class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PdfPCell( PdfPCell cell ) |
| Visual Basic |
|---|
Public Sub New ( _ cell As PdfPCell _ ) |
| Visual C++ |
|---|
public: PdfPCell( PdfPCell^ cell ) |
Parameters
- cell
- Type: iTextSharp.text.pdf..::..PdfPCell