VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / Contains(TextRegionSymbol) Method
Syntax Requirements SeeAlso
    Contains(TextRegionSymbol) Method (TextRegion)
    Determines whether this text region contains specified text symbol.
    Syntax
    'Declaration
    
    Public Function Contains( _
    ByVal textSymbol
    The text symbol to search.
    As TextRegionSymbol _
    ) As Boolean
     

    Parameters

    textSymbol
    The text symbol to search.

    Return Value

    True if this region contains the specified text symbol; otherwise, false.
    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