ImageGear .NET
BarcodeDataAsByte Property




Gets the recognized barcode data value in bytes.
Syntax
'Declaration
 
<SuppressMessageAttribute(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Barcode Xpress historical compatibility")>
Public ReadOnly Property BarcodeDataAsByte As Byte()
'Usage
 
Dim instance As ImGearBarcodeResult
Dim value() As Byte
 
value = instance.BarcodeDataAsByte
[SuppressMessage(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Barcode Xpress historical compatibility")]
public byte[] BarcodeDataAsByte {get;}
[SuppressMessage(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Barcode Xpress historical compatibility")]
public: __property byte[]* get_BarcodeDataAsByte();
[SuppressMessage(Category="Microsoft.Performance", 
   CheckId="CA1819:PropertiesShouldNotReturnArrays", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Barcode Xpress historical compatibility")]
public:
property array<byte>^ BarcodeDataAsByte {
   array<byte>^ get();
}

Property Value

The byte value.
See Also

Reference

ImGearBarcodeResult Class
ImGearBarcodeResult Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback