SettingNodeSetValue Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetValue(
int Index,
Object Value
)
Public Sub SetValue (
Index As Integer,
Value As Object
)
public:
void SetValue(
[InAttribute] int Index,
[InAttribute] Object^ Value
)
Parameters
- Index
- Type: SystemInt32
- Value
- Type: SystemObject
See Also