SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Segmentation Class / MultipleTextLines Property




In This Topic
    MultipleTextLines Property (Segmentation)
    In This Topic
    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