'DeclarationPublic Property MinimumTextLineHeight As Integer
'UsageDim instance As Segmentation Dim value As Integer instance.MinimumTextLineHeight = value value = instance.MinimumTextLineHeight
public int MinimumTextLineHeight {get; set;}
'DeclarationPublic Property MinimumTextLineHeight As Integer
'UsageDim 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.