Get/set the size of this
CopyC#
Dimension
object.

Namespace: System.Drawing
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

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

Field Value

the size

See Also