Class USADriveIdCodetext.SubfileProperties

Class USADriveIdCodetext.SubfileProperties

Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.12.0)

USA DL subfile properties, offset and length are set automatically.

public class USADriveIdCodetext.SubfileProperties

Inheritance

object USADriveIdCodetext.SubfileProperties

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

SubfileProperties()

public SubfileProperties()

Properties

Length

4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length.

public int Length { get; set; }

Property Value

int

Offset

4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0.

public int Offset { get; set; }

Property Value

int

Type

2 byte type of subfile, like “DL”

public string Type { get; set; }

Property Value

string