| Visual Basic (Declaration) | |
|---|---|
Public Property MinimumTextLineHeight As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int MinimumTextLineHeight {get; set;} | |
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | Thrown when setting the property to a value less than 10. |
The minimum value is 10.
The default value is 10.
This property is the minimum allowable text line height in pixels. This is used to prevent noise from being returned as a text line.
