←Select platform

ProcessText Method

Summary

Array of strings representing MRZ characters as Lines.

Syntax
C#
VB
Objective-C
C++
Java
public void ProcessText( 
   string[] lines 
) 
Public Sub ProcessText( _ 
   ByVal lines() As String _ 
)  
- (void)processText:(NSArray<NSString *> *)lines 
public void processText( 
   java.lang.String[] string[ 
); 
public: 
void ProcessText(  
   array<String^>^ lines 
)  

Parameters

lines
An Array of strings containing MRZ data.

Remarks

Results will be saved in the Results.

Recognized Lines will be saved in the Lines.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly