VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionLine Class / SelectionRegions Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SelectionRegions Property (TextRegionLine)
    In This Topic
    Gets a selection regions of this line.
    Syntax
    'Declaration
    
    Public ReadOnly Property SelectionRegions As Vintasoft.Imaging.RegionF[]
    
    
    public Vintasoft.Imaging.RegionF[] SelectionRegions { get; }
    
    
    public: __property Vintasoft.Imaging.RegionF*[] get_SelectionRegions();
    
    
    
    public:
    property Vintasoft.Imaging.RegionF^[] SelectionRegions { Vintasoft.Imaging.RegionF^[] get(); }
    Remarks

    The SelectionRegion property returns one region.

    The SelectionRegions property returns several regions. Each region presents a group of symbols. Symbols are grouped if they have the same size and they are standing very close.

    Requirements

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

    See Also