←Select platform

Length Property (AAMVASubfile)

Summary

Gets the length of the subfile in bytes.

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

Property Value

The length of the subfile.

Remarks

The value of Offset property of this subfile may be 1-off due to incorrect encoding 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