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:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetEnumValues(
	out ConverterEnumValues EnumValues
)

Parameters

EnumValues
Type: OmniPageCSDK.IproPlusConverterEnumValues
Remarks

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

See Also