←Select platform

SubfileTypeCode Property (AAMVASubfile)

Summary

Gets the subfile type code.

Syntax
C#
VB
Objective-C
C++
Java
public string SubfileTypeCode { get; } 
Public Property SubfileTypeCode As System.String 
@property (nonatomic, nullable, copy, readonly) NSString * subfileTypeCode 
public String getSubfileTypeCode() 
public: 
property SubfileTypeCode { 
   System::String^ get(); 
} 

Property Value

The subfile type code.

Remarks

The type code will be in a form of two characters. For example:

  • "DL" for driver's license.

  • "ID" for ID card.

  • "Z[X]" for jurisdiction-specific subfiles, where [X] is typically the first letter of the state name.

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