Click or drag to resize

BarcodeType Class

The BarcodeType object contains information about the particular 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 BarcodeType : IproPlusClass, 
	IDisposable

The BarcodeType type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
This property is used to set or get the state of the bar code.
Public propertyID
This property provides the identification number of the specific bar code.
Public propertyName
This property returns the Name of the bar code type.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the BarcodeType
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Top
See Also