VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / SelectionSpaceFactor Property
Syntax Remarks Requirements SeeAlso
In This Topic
SelectionSpaceFactor Property (TextSelectionTool)
In This Topic
Gets or sets the space factor of text selection.
Syntax
'Declaration

Public Property SelectionSpaceFactor As Single

public float SelectionSpaceFactor { get; set; }

Property Value

Default value is 6.
Remarks

This 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 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