Engine.GetBarcodeTypes 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
Syntaxpublic void GetBarcodeTypes(
out BarcodeTypes BarcodeTypes
)
Public Sub GetBarcodeTypes (
<OutAttribute> ByRef BarcodeTypes As BarcodeTypes
)
public:
void GetBarcodeTypes(
[OutAttribute] BarcodeTypes^% BarcodeTypes
)
Parameters
- BarcodeTypes
- Type: Kofax.OmniPageCSDK.IproPlus.BarcodeTypes
Remarks
If the Engine is not initialized, accessing this property will raise a trappable error.
See Also