SmartZone v7.2 - Updated
MultipleTextLines Property (Segmentation)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : MultipleTextLines Property
Gets and sets the property for the detection of multiple text lines.
Syntax
'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;}
public: __property bool get_MultipleTextLines();
public: __property void set_MultipleTextLines( 
   bool value
);
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

Is this page helpful?
Yes No
Thanks for your feedback.