←Select platform

NumberOfEntries Property (AAMVAID)

Summary

Gets the number of subfiles of the current AAMVAID.

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

Property Value

The number of subfiles.

Remarks

This value should be at least 1. Many issuing authorities encode more than one subfile in their barcodes.

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