VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionFormatter Class / GetTextRegionSymbols(TextRegion) Method
Syntax Requirements SeeAlso
In This Topic
GetTextRegionSymbols(TextRegion) Method (TextRegionFormatter)
In This Topic
Returns the symbols of specified text region.
Syntax
'Declaration

Protected Overridable Function GetTextRegionSymbols( _
ByVal textRegion
The text region.
As TextRegion _
) As TextRegionSymbol[]
protected virtual TextRegionSymbol[] GetTextRegionSymbols(
TextRegion textRegion
)

Parameters

textRegion
The text region.

Return Value

An array of TextRegionSymbol.
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