| Visual Basic (Declaration) | |
|---|---|
Public Property MultipleTextLines As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool MultipleTextLines {get; set;} | |
The default value is true.
This property to allow the recognition of multiple text lines in the same field. The reader can automatically determine the text lines. However, if you know that there is just a single text line, then better accuracy and speed can be obtained by setting this value to false.
