Class USADriveIdJurisdSubfile.DataElement
Class USADriveIdJurisdSubfile.DataElement
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.12.0)
Represents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.
public class USADriveIdJurisdSubfile.DataElementInheritance
object ← USADriveIdJurisdSubfile.DataElement
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
DataElement()
public DataElement()Properties
ElementID
A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
public string ElementID { get; set; }Property Value
Value
The text value associated with the field, typically defined by jurisdiction rules.
public string Value { get; set; }