VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / GS1DataBarBarcodeSymbology Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    GS1DataBarBarcodeSymbology Class
    In This Topic
    Defines the GS1 DataBar barcode symbology - subset of RSS-14 barcode symbology with values in GS1 System data format.
    Object Model
    GS1Codec BarcodeSymbologySubset GS1DataBarBarcodeSymbology
    Syntax
    'Declaration
    
    Public Class GS1DataBarBarcodeSymbology
       Inherits GS1BarcodeSymbologySubset
    
    
    public class GS1DataBarBarcodeSymbology : GS1BarcodeSymbologySubset
    
    
    public __gc class GS1DataBarBarcodeSymbology : public GS1BarcodeSymbologySubset*
    
    
    public ref class GS1DataBarBarcodeSymbology : public GS1BarcodeSymbologySubset^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeSymbology
          Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset
             Vintasoft.Barcode.SymbologySubsets.GS1BarcodeSymbologySubset
                Vintasoft.Barcode.SymbologySubsets.GS1DataBarBarcodeSymbology

    Requirements

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

    See Also