Sets the size of this
CopyC#
Dimension2D
object to match the specified size.

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

Syntax

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

Field Value

the size

See Also