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

Syntax

C#
public PdfPTable Table { get; set; }
Visual Basic
Public Property Table As PdfPTable
	Get
	Set
Visual C++
public:
property PdfPTable^ Table {
	PdfPTable^ get ();
	void set (PdfPTable^ value);
}

See Also