VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / SelectText(Int32,TextRegionSymbol,Int32,TextRegionSymbol) Method
Syntax Requirements SeeAlso
In This Topic
    SelectText(Int32,TextRegionSymbol,Int32,TextRegionSymbol) Method (TextSelectionTool)
    In This Topic
    Selects text between specified text symbols.
    Syntax
    'Declaration
    
    Public Sub SelectText( _
    ByVal startImageIndex
    A zero-based index of image, where the start symbol of text selection is located.
    As System.Int32, _
    ByVal startSymbol
    The start symbol of text selection.
    As Vintasoft.Imaging.Text.TextRegionSymbol, _
    ByVal endImageIndex
    A zero-based index of image, where the end symbol of text selection is located.
    As System.Int32, _
    ByVal endSymbol
    The end symbol of text selection.
    As Vintasoft.Imaging.Text.TextRegionSymbol _
    )

    Parameters

    startImageIndex
    A zero-based index of image, where the start symbol of text selection is located.
    startSymbol
    The start symbol of text selection.
    endImageIndex
    A zero-based index of image, where the end symbol of text selection is located.
    endSymbol
    The end symbol of text selection.
    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