This property is used to get or set a property of the converter.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic Object this[
string FullName
] { get; set; }
Public Default Property Item (
FullName As String
) As Object
Get
Set
public:
property Object^ default[String^ FullName] {
Object^ get (String^ FullName);
void set (String^ FullName, Object^ value);
}
Parameters
- FullName
- Type: System.String
Property Value
Type:
Object
Remarks
The FullName parameter is the absolute, dot-separated (.) path of the converter property being set. If the converter parameter data type being set does not match
with the specified value, a trappable error occurs.
See Also