Link Search Menu Expand Document

BarcodeTypeSelectorFromString Method

Returns new instance of BarcodeTypeSelector filled with barcode types from comma-separated list.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public static BarcodeTypeSelector FromString(
	string s
)

Parameters

s
Type: SystemString
Comma-separated list of barcode types.

Return Value

Type: BarcodeTypeSelector
BarcodeTypeSelector instance the you can set to the property BarcodeTypesToFind.
See Also

Reference