VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / GetUniqueTextSymbols(TextRegion[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetUniqueTextSymbols(TextRegion[]) Method (TextRegion)
    In This Topic
    Returns the unique text symbols for specified text regions.
    Syntax
    'Declaration
    
    Public Shared Function GetUniqueTextSymbols( _
    ByVal ParamArray textRegions
    The text regions.
    () As TextRegion _
    ) As System.Collections.Generic.Dictionary(Of ITextFont,TextSymbol[])

    Parameters

    textRegions
    The text regions.

    Return Value

    Dictionary that contains unique text symbols for each used font.
    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