PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / GetLengthAbsValue Method / GetLengthAbsValue(LengthAbs,Style,IScriptContext) Method
The length to convert. If it is expressed in UnitTypeEnum.Default, the current document's DefaultUnit units are used.
The Style providing the font, required if length is expressed in UnitTypeEnum.Em, UnitTypeEnum.Ex or UnitTypeEnum.LineSpacing (otherwise, it can be null).
C1.C1Preview.Scripting.IScriptContext that should be used to get calculated properties.

In This Topic
    GetLengthAbsValue(LengthAbs,Style,IScriptContext) Method
    In This Topic
    Converts an absolute length represented by a LengthAbs object to a double value expressed in the current document's ResolvedUnit units.
    Syntax
    'Declaration
     
    Public Overloads Function GetLengthAbsValue( _
       ByVal length As LengthAbs, _
       ByVal style As Style, _
       ByVal context As IScriptContext _
    ) As Double
    public double GetLengthAbsValue( 
       LengthAbs length,
       Style style,
       IScriptContext context
    )

    Parameters

    length
    The length to convert. If it is expressed in UnitTypeEnum.Default, the current document's DefaultUnit units are used.
    style
    The Style providing the font, required if length is expressed in UnitTypeEnum.Em, UnitTypeEnum.Ex or UnitTypeEnum.LineSpacing (otherwise, it can be null).
    context
    C1.C1Preview.Scripting.IScriptContext that should be used to get calculated properties.

    Return Value

    The converted double value.
    See Also