Type Property
Type
Gets or sets the bar type in the barcode.
Declaration
[TypeConverter(typeof(BarCode.BarCodeTypeConverter))]
public BarCodeType Type { get; set; }
<TypeConverter(GetType(BarCode.BarCodeTypeConverter))>
Public Property Type As BarCodeType