BarcodeInfo
BarCodeReadType Property
|
Get barcode type
Namespace:
Spire.Barcode.Settings
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public BarCodeReadType BarCodeReadType { get; set; }
Public Property BarCodeReadType As BarCodeReadType
Get
Set
public:
property BarCodeReadType BarCodeReadType {
BarCodeReadType get ();
void set (BarCodeReadType value);
}
member BarCodeReadType : BarCodeReadType with get, set
Property Value
Type:
BarCodeReadType
See Also