VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / BarcodeInfoBase Class / ValueItems Property
Syntax Remarks Example Requirements SeeAlso
In This Topic
    ValueItems Property (BarcodeInfoBase)
    In This Topic
    Gets an array of value items of barcode.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property ValueItems As ValueItemBase[]
    
    
    public virtual ValueItemBase[] ValueItems { get; }
    
    
    public: __property virtual ValueItemBase*[] get_ValueItems();
    
    
    
    public:
    virtual property ValueItemBase^[] ValueItems { ValueItemBase^[] get(); }
    Remarks

    Barcode can contain data of a three types in a single barcode, for example, barcode can contain one non-data flag, two sections of text an one section of binary data - this property allows to access these data.

    Example

    Please see example here.

    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