BarcodeSymbologies.Code39 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 39 barcode symbology.
public:
static property unsigned int Code39 { unsigned int get(); };
static uint32_t Code39();
public static uint Code39 { get; }
var uInt32 = BarcodeSymbologies.code39;
Public Shared ReadOnly Property Code39 As UInteger
Property Value
The Code 39 barcode symbology.