VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / GetSymbolIndexes(TextRegionSymbol[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetSymbolIndexes(TextRegionSymbol[]) Method (TextRegion)
    In This Topic
    Returns an array that contains indices of specified symbols.
    Syntax
    'Declaration
    
    Public Function GetSymbolIndexes( _
    ByVal symbols
    The symbols.
    () As TextRegionSymbol _
    ) As System.Int32[]
    public System.Int32[] GetSymbolIndexes(
    TextRegionSymbol[] symbols
    )
    public: System.Int32[] GetSymbolIndexes(
    TextRegionSymbol*[]* symbols
    )
    public:
    System.Int32[] GetSymbolIndexes(
    array<TextRegionSymbol^>^ symbols
    )

    Parameters

    symbols
    The symbols.

    Return Value

    An array that contains indexes of specified symbols.
    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