ConverterProperty.Value 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
Syntaxpublic Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
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