Click or drag to resize

IDecoderSetPossibleTypes 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.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void SetPossibleTypes(
	IList<BarcodeType> types
)

Parameters

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