Click or drag to resize

BarcodeTypeEnabled Property

This property is used to set or get the state of the bar code.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
Remarks

If enabled, the bar code type is validated for recognition. During recognition, only validated bar code type(s) are recognized.

If the parent of the containing collection is the Engine object, the property has no immediate effect. Otherwise this property is changed accordingly and the Modified property of the parent Document object is set to true.

By default, the following bar code types are enabled: EAN, ITF, Code 39, Code 128 and Codabar.

Note: Do not enable any other bar code type if BAR_POSTNET is enabled.

See Also