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

Syntax

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

See Also