←Select platform

ProcessText Method

Summary

Array of strings representing MRZ characters as Lines.

Syntax

C#
VB
Java
Objective-C
C++
public void ProcessText( 
   string[] lines 
) 
Public Sub ProcessText( _ 
   ByVal lines() As String _ 
)  
- (void)processText:(NSArray<NSString *> *)lines 
public void processText(string[] lines) 
             
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly