Click or drag to resize

EngineGetBarcodeTypes Method

This property returns the BarcodeTypes collection which enumerates the available bar code types.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetBarcodeTypes(
	out BarcodeTypes BarcodeTypes
)

Parameters

BarcodeTypes
Type: Kofax.OmniPageCSDK.IproPlusBarcodeTypes
Remarks

If the Engine is not initialized, accessing this property will raise a trappable error.

See Also