VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / Contains(TextRegionSymbol) Method
Syntax Requirements SeeAlso
In This Topic
Contains(TextRegionSymbol) Method (TextRegion)
In This Topic
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
public bool Contains(
TextRegionSymbol textSymbol
)

Parameters

textSymbol
The text symbol to search.

Return Value

True if this region contains the specified text symbol; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also