[]
Converts the existing Length twips to points (1pt = 20twips)
public float ToPoints()
A Length value in points.
var length = new Length("1in"); float points = length.ToPoints(); // 72