Gets or sets the current barcode value as an array of bytes.
Syntax
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")>
Public Property BarcodeValueAsByte As Byte()
'Usage
Dim instance As ImGearBarcodeWriterBase
Dim value() As Byte
instance.BarcodeValueAsByte = value
value = instance.BarcodeValueAsByte
[SuppressMessage(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")]
public byte[] BarcodeValueAsByte {get; set;}
[SuppressMessage(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")]
public: __property byte[]* get_BarcodeValueAsByte();
public: __property void set_BarcodeValueAsByte(
byte[]* value
);
[SuppressMessage(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Historical matching with Barcode Xpress")]
public:
property array<byte>^ BarcodeValueAsByte {
array<byte>^ get();
void set ( array<byte>^ value);
}
Property Value
A string value which represents the value of the barcode.
See Also