Click or drag to resize

ConverterPropertyGetEnumValues Method

This property returns the ConverterEnumValues collection, which contains the available enum values if this ConverterProperty is of type PROPERTYTYPE.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetEnumValues(
	out ConverterEnumValues EnumValues
)

Parameters

EnumValues
Type: Kofax.OmniPageCSDK.IproPlusConverterEnumValues
Remarks

If the type of this ConverterProperty object is not enum, an empty collection is returned.

See Also