VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / GetLineIndexBySymbol(TextRegionSymbol) Method
Syntax Requirements SeeAlso
In This Topic
    GetLineIndexBySymbol(TextRegionSymbol) Method (TextRegion)
    In This Topic
    Returns the index of line, which contains specified text region symbol.
    Syntax
    'Declaration
    
    Public Function GetLineIndexBySymbol( _
    ByVal symbol
    The text region symbol.
    As TextRegionSymbol _
    ) As System.Int32
    public System.Int32 GetLineIndexBySymbol(
    TextRegionSymbol symbol
    )
    public: System.Int32 GetLineIndexBySymbol(
    TextRegionSymbol* symbol
    )
    public:
    System.Int32 GetLineIndexBySymbol(
    TextRegionSymbol^ symbol
    )

    Parameters

    symbol
    The text region symbol.

    Return Value

    The index of the line, which contains symbol if symbol is found; otherwise, -1.
    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