Specifies the barcode data.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Data As Byte() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As BarcodeData
Dim value() As Byte
instance.Data = value
value = instance.Data
|
| C# | |
|---|
public byte[] Data {get; set;} |
| C++/CLI | |
|---|
public:
property array<byte>^ Data {
array<byte>^ get();
void set (bytearray<value>^ value);
} |
Return Value
Barcode data.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also