VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text.Bidi Namespace / IUnicodeTextFragment Interface / SetCharacter(Int32,Char) Method
Syntax Requirements SeeAlso
In This Topic
    SetCharacter(Int32,Char) Method (IUnicodeTextFragment)
    In This Topic
    Sets character by specified index.
    Syntax
    'Declaration
    
    Public Sub SetCharacter( _
    ByVal index
    The index of character to set.
    As System.Int32, _
    ByVal symbol
    New value of symbol.
    As Char _
    )
    public void SetCharacter(
    System.Int32 index,
    char symbol
    )
    public: void SetCharacter(
    System.Int32 index,
    char symbol
    )
    public:
    void SetCharacter(
    System.Int32 index,
    char symbol
    )

    Parameters

    index
    The index of character to set.
    symbol
    New value of symbol.
    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