←Select platform

ValidSubfileTypes Property (AAMVADataElementInfo)

Summary

Gets or sets the valid subfile types of a data element.

Syntax
C#
VB
Objective-C
C++
Java
public int ValidSubfileTypes { get; set; } 
Public Property ValidSubfileTypes As System.Int32 
@property (nonatomic, assign, readonly) int ValidSubfileTypes 
public int getValidSubfileTypes() 
public: 
property ValidSubfileTypes { 
   System::Int32 get(); 
} 

Property Value

The valid subfile types of a data element. The value of this property can be a combination of bitwise ORed (|) AAMVASubfileType flags.

Remarks

Valid subfile types are as defined in the AAMVA CDS. These restrictions are often ignored by issuing authorities.

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