BarcodeSymbologies.Code93 Property

Definition

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

UInt32

unsigned int

uint32_t

The Code 93 barcode symbology.

Applies to