VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionFormatter Class / GetLines(TextRegion) Method
Syntax Requirements SeeAlso
In This Topic
    GetLines(TextRegion) Method (TextRegionFormatter)
    In This Topic
    Returns the lines of specfied text region.
    Syntax
    'Declaration
    
    Public Function GetLines( _
    ByVal textRegion
    The text region.
    As TextRegion _
    ) As TextRegionLine[]

    Parameters

    textRegion
    The text region.

    Return Value

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