Click or drag to resize

ConverterEnumValue Class

This object represents an enum value of a ConverterEnumValues collection.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class ConverterEnumValue : IproPlusClass, 
	IDisposable

The ConverterEnumValue type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
This property returns the localized name of the enum.
Public propertyEnabled
This property returns whether this value is enabled or not for the parent property.
Public propertyName
This property returns the name of the enum.
Public propertyValue
This property returns the numerical value of the enum.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ConverterEnumValue
Top
See Also