Set the size of this
CopyC#
Dimension
object to the specified width and height.

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

Syntax

C#
public void SetSize(
	int width,
	int height
)
Visual Basic
Public Sub SetSize ( _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
void SetSize(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32
the new width for this
CopyC#
Dimension
object.
height
Type: System..::..Int32
the new height for this
CopyC#
Dimension
object.

See Also