VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / UnitOfMeasureConverter Class / ConvertToTwips Methods / ConvertToTwips(Double,UnitOfMeasure) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertToTwips(Double,UnitOfMeasure) Method (UnitOfMeasureConverter)
    In This Topic
    Converts value from specified UnitOfMeasure to twips.
    Syntax
    'Declaration
    
    Public Overloads Shared Function ConvertToTwips( _
    ByVal value
    Value to convert.
    As Double, _
    ByVal valueUnitOfMeasure
    Value unit of measure.
    As Vintasoft.Imaging.UnitOfMeasure _
    ) As Double

    Parameters

    value
    Value to convert.
    valueUnitOfMeasure
    Value unit of measure.

    Return Value

    Converted value.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also