ImageGear .NET v24.14 - Updated September 15, 2020
BarcodeValueAsByte Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : BarcodeValueAsByte Property
Gets or sets the current barcode value as an array of bytes.
Syntax
'Declaration
 
Public Property BarcodeValueAsByte As Byte()
 
'Usage
 
Dim instance As ImGearBarcodeWriterBase
Dim value() As Byte
 
instance.BarcodeValueAsByte = value
 
value = instance.BarcodeValueAsByte

Property Value

A string value which represents the value of the barcode.
Remarks

The default valueis an empty string "".

Use BarcodeValueAsByte property only if non-ASCII text values are needed.

See Also

Reference

ImGearBarcodeWriterBase Class
ImGearBarcodeWriterBase Members