Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Services.Barcode.DataContracts Namespace > BarcodeData Class : Data Property |
[DataMemberAttribute(Name="Data", IsRequired=true)] public byte[] Data {get; set;}
'Declaration <DataMemberAttribute(Name="Data", IsRequired=True)> Public Property Data As Byte()
'Usage Dim instance As BarcodeData Dim value() As Byte instance.Data = value value = instance.Data
[DataMemberAttribute(Name="Data", IsRequired=true)] public: property array<byte>^ Data { array<byte>^ get(); void set ( array<byte>^ value); }