BarcodeSearchOptions

BarcodeSearchOptions()

Initialiseert een nieuwe instantie van de klasse BarcodeSearchOptions met standaardwaarden.

public BarcodeSearchOptions()

Zie ook


BarcodeSearchOptions(BarcodeType)

Initialiseert een nieuwe instantie van de klasse BarcodeSearchOptions met de waarde van het coderingstype.

public BarcodeSearchOptions(BarcodeType encodeType)
Parameter Type Beschrijving
encodeType BarcodeType Specificeert het coderingstype streepjescode.

Zie ook


BarcodeSearchOptions(BarcodeType, string)

Initialiseert een nieuwe instantie van de klasse BarcodeSearchOptions met coderingstype en tekstwaarden.

public BarcodeSearchOptions(BarcodeType encodeType, string text)
Parameter Type Beschrijving
encodeType BarcodeType Specificeert het coderingstype streepjescode.
text String Stel de tekst van de streepjescodehandtekening in.

Zie ook