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