ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / FromTwips Method
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length in twips
Target unit for conversion for output or arithmetic

In This Topic
    FromTwips Method
    In This Topic
    Create a new Length from twips.
    Syntax
    'Declaration
     
    Public Shared Function FromTwips( _
       ByVal twips As Single, _
       ByVal target As Length.Unit _
    ) As Length
    public static Length FromTwips( 
       float twips,
       Length.Unit target
    )

    Parameters

    twips
    GrapeCity.ActiveReports.Extensibility.Definition.Components.Length in twips
    target
    Target unit for conversion for output or arithmetic
    See Also