| BarcodeEAN128DataSections Property |
This is the collection that is parsed from number property.
You can add items to this collection.
Key is the Application Identifiers (AI)
Value is AI's data.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public NameValueCollection DataSections { get; }
Public ReadOnly Property DataSections As NameValueCollection
Get
public:
property NameValueCollection^ DataSections {
NameValueCollection^ get ();
}
member DataSections : NameValueCollection with get
Property Value
Type:
NameValueCollectionSee Also