Sets 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 abstract void SetSize(
	double width,
	double height
)
Visual Basic
Public MustOverride Sub SetSize ( _
	width As Double, _
	height As Double _
)
Visual C++
public:
virtual void SetSize(
	double width, 
	double height
) abstract

Parameters

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

See Also