Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Result Class / BarcodeData Property




In This Topic
    BarcodeData Property (Result)
    In This Topic

    This property is deprecated.

    Gets the recognized barcode value as a char array.

    Syntax
    'Declaration
     
    Public ReadOnly Property BarcodeData As Char()
    'Usage
     
    Dim instance As Result
    Dim value() As Char
     
    value = instance.BarcodeData
    public char[] BarcodeData {get;}
    public: __property char[]* get_BarcodeData();
    public:
    property array<char>^ BarcodeData {
       array<char>^ get();
    }

    Property Value

    The binary value.
    Remarks
    This property is deprecated, use the BarcodeDataAsByte property.
    See Also