Convert a unit string to points

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public static double ToPoint(
	string unitString
)
Visual Basic
Public Shared Function ToPoint ( _
	unitString As String _
) As Double

Parameters

unitString
Type: System..::..String
A unit string.

Return Value

The value in points

See Also