ClearImage .NET API
Data Property (Barcode)





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

Reference

Barcode Class
Barcode Members