[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Length.ToTwips

ToTwips Method

ToTwips()

Converts the Length value to twips.

Declaration
public float ToTwips()
Returns
Type Description
float

A Length value in twips.

Examples
var length = new Length("1in");
float twips = length.ToTwips(); // 1440