←Select platform

Offset Property (AAMVASubfile)

Summary

Gets the number of bytes from the start of the encoded input barcode data to the start of this subfile.

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

Property Value

The number of bytes from the start of the encoded input barcode data to the start of this subfile.

Remarks

Many issuing authorities encode incorrect byte offsets (1-off in either direction). It is best to check for subfile start indicator characters if doing manual parsing. The LEADTOOLS AAMVA SDK will account for these encoding errors.

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