VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / GS1DigitalLinkBarcodeSymbologySubset Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
GS1DigitalLinkBarcodeSymbologySubset Class
In This Topic
Base class that defines the barcode symbology subset with barcode values, which are stored in GS1 Digital Link format.
Object Model
BarcodeSymbologySubset GS1DigitalLinkBarcodeSymbologySubset
Syntax
'Declaration

Public MustInherit Class GS1DigitalLinkBarcodeSymbologySubset
   Inherits BarcodeSymbologySubset

public abstract class GS1DigitalLinkBarcodeSymbologySubset : BarcodeSymbologySubset

Remarks

Barcode value can be specified as a printable value using TextValueItem property or as the value items using the GS1DigitalLinkValueItem property.

Inheritance Hierarchy
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also