Returns a string representation of the values of this
CopyC#
Dimension
object's
CopyC#
height
and
CopyC#
width
fields.

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

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

a string representation of this
CopyC#
Dimension
object.

Remarks

This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not be
CopyC#
null
.

See Also