Click or drag to resize

DocumentGetBarcodeTypes Method

This property returns the BarcodeTypes collection object which allows you to individually enable or disable the recognition of particular 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
By default the following bar code types are enabled: EAN, ITF, Code 39, Code 128 and Codabar. The Recognize method of the Document or Page objects uses this setting.
See Also