Accusoft.Forms1 - Updated
MultipleTextLines Property (Segmentation)



Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : MultipleTextLines Property
Gets and Sets the property for the detection of multiple text lines.
Syntax
Public Property MultipleTextLines As Boolean
Dim instance As Segmentation
Dim value As Boolean
 
instance.MultipleTextLines = value
 
value = instance.MultipleTextLines
public bool MultipleTextLines {get; set;}
public:
property bool MultipleTextLines {
   bool get();
   void set (    bool value);
}
Remarks

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.

See Also

Reference

Segmentation Class
Segmentation Members