[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Length.ToPoints

ToPoints Method

ToPoints()

Converts the existing Length twips to points (1pt = 20twips)

Declaration
public float ToPoints()
Returns
Type Description
float

A Length value in points.

Examples
var length = new Length("1in");
float points = length.ToPoints(); // 72