DataElement
Contents
[
Hide
]DataElement class
Namespace: Aspose.Barcode.ComplexBarcode
Represents a jurisdiction-specific data field used in documents, for example ElementID = “ZVA” with Value = “01”.
Constructors
| Name | Description |
|---|---|
| __construct |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ElementID | Read/Write | A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”. |
| Value | Read/Write | The text value associated with the field, typically defined by jurisdiction rules. |
DataElement__construct()
ElementID
Access: Read/Write
A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
A 3-character code that identifies the jurisdiction-specific field, e.g., “ZVA”.
| Parameter | Type | Description |
|---|---|---|
$value | string |
Value
Access: Read/Write
The text value associated with the field, typically defined by jurisdiction rules.
The text value associated with the field, typically defined by jurisdiction rules.
| Parameter | Type | Description |
|---|---|---|
$value | string |