VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / GS1BarcodeSymbologySubset Class / Codec Property
Syntax Requirements SeeAlso
In This Topic
    Codec Property (GS1BarcodeSymbologySubset)
    In This Topic
    Gets a GS1 codec for this barcode subset.
    Syntax
    'Declaration
    
    Public ReadOnly Property Codec As Vintasoft.Barcode.GS1.GS1Codec
    
    
    public Vintasoft.Barcode.GS1.GS1Codec Codec { get; }
    
    
    public: __property Vintasoft.Barcode.GS1.GS1Codec* get_Codec();
    
    
    
    Requirements

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

    See Also