BarcodeTypes Class

The BarcodeTypes collection is a sorted set of BarcodeType objects. Each element represents a recognizable bar code type.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0

Syntax
public class BarcodeTypes : IproPlusClass, 
	IDisposable

The BarcodeTypes type exposes the following members.

Properties
NameDescription
Public propertyCount
This property returns the number of BarcodeType objects contained by the collection.
Top
Methods
NameDescription
Public methodDisableAll
This method disables all bar code types for recognition with a single call.
Public methodDispose
Releases all resources used by the BarcodeTypes
Public methodEnableAll
This method enables all bar code types for recognition with a single call.
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested BarcodeType object.
Top
See Also