←Select platform

Value Property (AAMVADataElement)

Summary

Gets or sets the data element value.

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

Property Value

The data element value.

Remarks

An data element value can be restricted to certain lengths and characters as defined by the AAMVADataElementInfo object for this ElementID. However, these restrictions are generally not followed and they are not enforced by the SDK during the read process, if false is passed to strictMode parameter of BarcodeData.ParseAAMVAData(byte[],boolean).

Example

For an example, refer to AAMVAID.

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.Barcode Assembly

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