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

Syntax

C#
public PdfPCell DefaultCell { get; }
Visual Basic
Public ReadOnly Property DefaultCell As PdfPCell
	Get
Visual C++
public:
property PdfPCell^ DefaultCell {
	PdfPCell^ get ();
}

See Also