ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / GetLengthTwips Method
This value is necessary to convert a device independent length unit (mm, cm, inch, etc...) from the device dependent unit pixels. If the value was specified in a device independent unit, then this value will not be used.

In This Topic
    GetLengthTwips Method
    In This Topic
    Returns a length value in twip units.
    Syntax
    'Declaration
     
    Public Function GetLengthTwips( _
       ByVal aTwipsPerPixel As Single _
    ) As Single
    public float GetLengthTwips( 
       float aTwipsPerPixel
    )

    Parameters

    aTwipsPerPixel
    This value is necessary to convert a device independent length unit (mm, cm, inch, etc...) from the device dependent unit pixels. If the value was specified in a device independent unit, then this value will not be used.
    See Also