Accusoft Pegasus
Accusoft.MicrXpress1.Net
MultipleTextLines Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > Segmentation Class : MultipleTextLines Property




Gets or sets a value indicating whether to perform detection of multiple text lines containing MICR.

Syntax

Visual Basic (Declaration)  
Public Property MultipleTextLines As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Segmentation
Dim value As Boolean
 
instance.MultipleTextLines = value
 
value = instance.MultipleTextLines
C#  
public bool MultipleTextLines {get; set;}
Managed Extensions for C++  
public: __property bool get_MultipleTextLines();
public: __property void set_MultipleTextLines( 
   bool value
);
C++/CLI  
public:
property bool MultipleTextLines {
   bool get();
   void set (boolvalue);
}

Remarks

The default value is true.

This property to allow the recognition of multiple text lines in the same field. 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 can be obtained by setting this value to false.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.