←Select platform

Data Property (BarcodeData)

Summary

Specifies the barcode data.

Syntax

C#
VB
C++
public byte[] Data {get; set;} 
Public Property Data As Byte() 
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

Barcode data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly