'Declaration
Public Property MinimumTextLineHeight As Integer
'Usage
Dim instance As Segmentation Dim value As Integer instance.MinimumTextLineHeight = value value = instance.MinimumTextLineHeight
public int MinimumTextLineHeight {get; set;}
'Declaration
Public Property MinimumTextLineHeight As Integer
'Usage
Dim instance As Segmentation Dim value As Integer instance.MinimumTextLineHeight = value value = instance.MinimumTextLineHeight
public int MinimumTextLineHeight {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is less than 8. |
Minimum value: 8
Default value: 8
This property is the minimum allowable text line height in pixels. It is used to prevent noise from being returned as a text line.