VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionLine Class / SelectionRegion Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SelectionRegion Property (TextRegionLine)
    In This Topic
    Gets a selection region of this line.
    Syntax
    'Declaration
    
    Public ReadOnly Property SelectionRegion As Vintasoft.Imaging.RegionF
    
    
    public Vintasoft.Imaging.RegionF SelectionRegion { get; }
    
    
    public: __property Vintasoft.Imaging.RegionF* get_SelectionRegion();
    
    
    
    public:
    property Vintasoft.Imaging.RegionF^ SelectionRegion { 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