[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Length.ToInches

ToInches Method

ToInches()

Converts the Length value to inches (1in = 1440twips).

Declaration
public float ToInches()
Returns
Type Description
float

A Length value in inches.

Examples
var length = new Length("2.54cm");
float inches = length.ToInches(); // 1