[]
Converts the Length value to inches (1in = 1440twips).
public float ToInches()
A Length value in inches.
var length = new Length("2.54cm"); float inches = length.ToInches(); // 1