Returns the value of the Unit as a formatted string in points.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String

Return Value

Examples

CopyC#
Unit.Parse("1 in").ToString()
Returns the string "72pt".

See Also