ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeResult Class / BarcodeDataAsByte Property




In This Topic
    BarcodeDataAsByte Property
    In This Topic
    Gets the recognized barcode data value in bytes.
    Syntax
    'Declaration
     
    Public ReadOnly Property BarcodeDataAsByte As Byte()
    'Usage
     
    Dim instance As ImGearBarcodeResult
    Dim value() As Byte
     
    value = instance.BarcodeDataAsByte
    public byte[] BarcodeDataAsByte {get;}
    public: __property byte[]* get_BarcodeDataAsByte();
    public:
    property array<byte>^ BarcodeDataAsByte {
       array<byte>^ get();
    }

    Property Value

    The byte value.
    See Also