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

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.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