VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Text.Bidi Namespace / IUnicodeTextFragment Interface / SetCharacter(Int32,Char) Method
Syntax Requirements SeeAlso
    SetCharacter(Int32,Char) Method (IUnicodeTextFragment)
    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 _
    )
     

    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