←Select platform

ExtractAAMVAID(string,LoadDocumentOptions,BarcodeEngine) Method

Summary

Extracts the AAMVAID data from any PDF417 barcodes found in the document.

Syntax
C#
VB
C++
Public Function ExtractAAMVAID( 
   ByVal input As String, 
   ByVal documentOptions As LoadDocumentOptions, 
   ByVal barcodeEngine As BarcodeEngine 
) As IList(Of AAMVAIDReturn) 
public:  
   IList<AAMVAIDReturn^>^ ExtractAAMVAID( 
      String^ input, 
      LoadDocumentOptions^ documentOptions, 
      BarcodeEngine^ barcodeEngine 
   ) 

Parameters

input

Input string containing the path to the document.

documentOptions

Document options for the recognition.

barcodeEngine

The Barcode Engine to use for reading the barcodes.

Return Value

Returns all of the AAMVAID information found, if any.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.