Accusoft.SmartZoneOCR5.Net - Updated
MultipleTextLines Property






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 System.Boolean
'Usage
 
Dim instance As Segmentation
Dim value As System.Boolean
 
instance.MultipleTextLines = value
 
value = instance.MultipleTextLines
public System.bool MultipleTextLines {get; set;}
public read-write property MultipleTextLines: System.Boolean; 
public function get,set MultipleTextLines : System.boolean
public: __property System.bool get_MultipleTextLines();
public: __property void set_MultipleTextLines( 
   System.bool value
);
public:
property System.bool MultipleTextLines {
   System.bool get();
   void set (    System.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