Click or drag to resize

BarcodeDecoderSetPossibleTypes Method

Sets the list of possible barcode types to detect. If not set or set to null, then all supported types will be searched.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public void SetPossibleTypes(
	IList<BarcodeType> types
)

Parameters

types
Type: System.Collections.GenericIListBarcodeType
The list of possible types
See Also