VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / AamvaBarcodeInfo Class
Properties Methods SeeAlso
In This Topic
    AamvaBarcodeInfo Class Members
    In This Topic
    The following tables list the members exposed by AamvaBarcodeInfo.
    Public Properties
     NameDescription
    Public PropertyGets the AAMVA barcode value.
    Public PropertyGets the city portion of the cardholder address ('DAI' identifier).
    Public PropertyGets the postal code portion of the cardholder address ('DAK' identifier).
    Public PropertyGets the state portion of the cardholder address ('DAJ' identifier).
    Public PropertyGets the street portion of the cardholder address ('DAG' identifier).
    Public PropertyGets the second line of street portion of the cardholder address ('DAH' identifier).
    Public PropertyGets a barcode class: 1D or 2D. (Inherited from BarcodeInfoBase)
    Public PropertyGets an information about barcode symbology subset. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a barcode symbology type. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a base barcode info. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets the Card Revision Date ('DDB' identifier).
    Public PropertyGets or sets a barcode confidence, in percents. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets the country in which DL/ID is issued ('DCG' identifier).
    Public PropertyGets the birth date of the cardholder ('DBB' identifier).
    Public PropertyGets a scan direction in which the barcode was found. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets the Document Expiration Date ('DBA' identifier).
    Public PropertyGets the eyes color of cardholder (ANSI D-20 codes) ('DAY' identifier).
    Public PropertyGets the family name of the cardholder ('DCS' identifier).
    Public PropertyGets the first name of the cardholder ('DAC' identifier).
    Public PropertyGets the hair color of the cardholder('DAZ' identifier).
    Public PropertyGets the height of cardholder ('DAU' identifier).
    Public PropertyGets the Document Issue Date ('DBD' identifier).
    Public PropertyGets the number, which uniquely identifies the issuing jurisdiction.
    Public PropertyGets a decimal value, which specifies the jurisdiction version level of the PDF417 barcode format.
    Public PropertyGets the ID/DL license number ('DAQ' identifier).
    Public PropertyGets the middle name of the cardholder ('DAD' identifier).
    Public PropertyShows what part of barcode scan lines are correct. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a barcode region. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets the decimal number that specifies gender of the cardholder ('DBC' identifier).
    Public PropertyGets a value that indicating whether non-data flags or ECI character is visible in barcode value. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets the subfiles of AAMVA barcode value.
    Public PropertyGets an array of symbol components from which the barcode symbol is composed. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a threshold value of barcode. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets a barcode string. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets an array of value items of decoded barcode. (Inherited from BarcodeSubsetInfo)
    Public PropertyGets the AAMVA version level of the PDF417 bar code format.
    Public Methods
     NameDescription
    Public MethodCompares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. (Inherited from BarcodeSubsetInfo)
    Public MethodDetermines whether the barcode structure, which is specified by IBarcodeInfo, is equal to the barcode structure of this instance. (Inherited from BarcodeInfoBase)
    Public MethodConverts the information about barcode of this instance to its equivalent string. (Inherited from BarcodeInfoBase)
    See Also