←Select platform

SetSubfileType Method

Summary

Sets the AAMVASubfileType of the subfile at the given index.

Syntax
C#
VB
C++
Public Function SetSubfileType( 
   ByVal subfileIndex As Integer, 
   ByVal subfileType As AAMVASubfileType, 
   ByVal subfileTypeCode As String 
) As AAMVAIDBuilder 
public:  
   AAMVAIDBuilder^ SetSubfileType( 
      Int32 subfileIndex, 
      AAMVASubfileType^ subfileType, 
      String^ subfileTypeCode 
   ) 

Parameters

subfileIndex

The subfile index.

subfileType

The AAMVASubfileType.

subfileTypeCode

The AAMVASubfileType code.

Return Value

The AAMVAIDBuilder.

Remarks

The subfile type code is only required in the case of a jurisdiction-specific AAMVASubfile. Otherwise, in the case of ID/DL, you can pass null and this value will be filled automatically.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly