public float ToTwips()
'Declaration Public Function ToTwips() As Single
var length = new Length("1in"); float twips = length.ToTwips(); // 1440
Length Structure Length Members