'Declaration Public Property MultipleTextLines As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.MultipleTextLines = value value = instance.MultipleTextLines
public bool MultipleTextLines {get; set;}
'Declaration Public Property MultipleTextLines As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.MultipleTextLines = value value = instance.MultipleTextLines
public bool MultipleTextLines {get; set;}
Default value: true
This property is to allow the recognition of multiple text lines. 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 is possible by setting this property to false.