VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / SelectionSpaceFactor Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SelectionSpaceFactor Property (TextRegion)
    In This Topic
    Gets or sets the selection space factor.
    Syntax
    'Declaration
    
    Public Property SelectionSpaceFactor As Single
    
    
    public float SelectionSpaceFactor { get; set; }
    
    
    public: __property float get_SelectionSpaceFactor();
    public: __property void set_SelectionSpaceFactor(
    float value
    );
    public:
    property float SelectionSpaceFactor { float get(); void set(float value); }

    Property Value

    Default value is 6.
    Remarks

    This property affects to the SelectionRegions property.

    The property defines the scale factor for the maximum distance between the neighbour symbols. The neighbour symbols will be added into the same region if distance between symbols is less than the maximum distance. The neighbour symbols will be added into the different regions if distance between symbols is greater than the maximum distance.

    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