ClearImage .NET API
Data Property (CiBarcode)





Inlite.ClearImage Namespace > CiBarcode Class : Data Property
Barcode value as a character array
Syntax
'Declaration
 
Public Property Data As System.Byte()
'Usage
 
Dim instance As CiBarcode
Dim value() As System.Byte
 
instance.Data = value
 
value = instance.Data
public System.byte[] Data {get; set;}
public read-write property Data: System.array of Byte; 
public function get,set Data : System.byte[]
public:
property System.array<byte>^ Data {
   System.array<byte>^ get();
   void set (    System.array<byte>^ value);
}
See Also

Reference

CiBarcode Class
CiBarcode Members