VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / IBarcodeInfo Interface / ValueItems Property
Syntax Remarks Example Requirements SeeAlso
In This Topic
    ValueItems Property (IBarcodeInfo)
    In This Topic
    Gets an array of value items of barcode.
    Syntax
    Remarks

    2D barcode can contain data of a three types in a single barcode, for example, barcode can contain two sections of text, one section of binary data and one section of ASCII 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