Document.GetBarcodeTypes 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
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
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