VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFont Class / ConvertToUnicodeCharacter(UInt64) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertToUnicodeCharacter(UInt64) Method (PdfFont)
    In This Topic
    Converts the character code in the font encoding to the character in Unicode encoding.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Function ConvertToUnicodeCharacter( _
    ByVal charCode
    The character code in font encoding.
    As ULong _
    ) As Char
    [CLSCompliant(False)]
    public char ConvertToUnicodeCharacter(
    ulong charCode
    )
    [CLSCompliant(False)]
    public: char ConvertToUnicodeCharacter(
    ulong charCode
    )
    [CLSCompliant(False)]
    public:
    char ConvertToUnicodeCharacter(
    ulong charCode
    )

    Parameters

    charCode
    The character code in font encoding.

    Return Value

    A Unicode character.
    Requirements

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

    See Also