BarcodeSymbologies.Code39 Property

Definition

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

UInt32

unsigned int

uint32_t

The Code 39 barcode symbology.

Applies to