Click or drag to resize

ConverterPropertyValue Property

This property is used to get or set the value of the property.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public Object Value { get; set; }

Property Value

Type: Object
Remarks

If the passed value does not match the type of the ConverterProperty being set, a trappable error occurs.

See Also