Gets the dimension of this table

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

Syntax

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

Field Value

the dimension

See Also