VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / Item Property
Syntax Requirements SeeAlso
In This Topic
    Item Property (TextRegion)
    In This Topic
    Gets the TextRegionSymbol at the specified index.
    Syntax
    'Declaration
    
    Public ReadOnly Default Property Item( _
    ByVal index
    The symbol index.
    As System.Int32 _
    ) As TextRegionSymbol
    public TextRegionSymbol this[
    System.Int32 index
    ]{ get; }
    public: __property TextRegionSymbol* get_Item(
    System.Int32 index
    );
    public:
    property TextRegionSymbol^ default [System.Int32] { TextRegionSymbol^ get(System.Int32 index); }

    Parameters

    index
    The symbol index.

    Return Value

    The TextRegionSymbol at the specified index.

    Property 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