Set or get the which type of barcode to encoding
| C# | Visual Basic | Visual C++ |
public BARCODE_TYPE BarcodeType { get; set; }
Public Property BarcodeType As BARCODE_TYPE Get Set
public: property BARCODE_TYPE BarcodeType { BARCODE_TYPE get (); void set (BARCODE_TYPE value); }
CODE128B
barcodeNET1.BarcodeType=BARCODE_TYPE.CODE128B;