BarcodeSymbologies.Code128 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Code 128 barcode symbology.
public:
static property unsigned int Code128 { unsigned int get(); };
static uint32_t Code128();
public static uint Code128 { get; }
var uInt32 = BarcodeSymbologies.code128;
Public Shared ReadOnly Property Code128 As UInteger
Property Value
The Code 128 barcode symbology.