VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text.Ucd Namespace / UnicodeCharacterDatabase Class / GetArabicShapingJoiningType(Char) Method
Syntax Requirements SeeAlso
In This Topic
    GetArabicShapingJoiningType(Char) Method (UnicodeCharacterDatabase)
    In This Topic
    Returns the type of the Arabic shaping joining.
    Syntax
    'Declaration
    
    Public Shared Function GetArabicShapingJoiningType( _
    ByVal character
    The text character.
    As Char _
    ) As ArabicShapingJoiningType
    public static ArabicShapingJoiningType GetArabicShapingJoiningType(
    char character
    )
    public: static ArabicShapingJoiningType GetArabicShapingJoiningType(
    char character
    )
    public:
    static ArabicShapingJoiningType GetArabicShapingJoiningType(
    char character
    )

    Parameters

    character
    The text character.

    Return Value

    The type of the Arabic shaping joining.
    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