Accusoft.Forms1 - Updated
BarcodeData Property (WriterBase)



Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : BarcodeData Property
Gets and sets the current barcode value as an array of bytes.
Syntax
Public Property BarcodeData As Byte()
Dim instance As WriterBase
Dim value() As Byte
 
instance.BarcodeData = value
 
value = instance.BarcodeData
public byte[] BarcodeData {get; set;}
public:
property array<byte>^ BarcodeData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

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

The default value is an empty string "".

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

See Also

Reference

WriterBase Class
WriterBase Members