Summary description for SimpleTable.

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

Syntax

C#
public class SimpleTable : Rectangle, 
	IPdfPTableEvent, ITextElementArray, IElement
Visual Basic
Public Class SimpleTable _
	Inherits Rectangle _
	Implements IPdfPTableEvent, ITextElementArray, IElement
Visual C++
public ref class SimpleTable : public Rectangle, 
	IPdfPTableEvent, ITextElementArray, IElement

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Element
    iTextSharp.text..::..Rectangle
      iTextSharp.text..::..SimpleTable

See Also