DocumentClassifierClass.SetAttribute Method
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetAttribute(
string Key,
string Value
)
Public Sub SetAttribute (
Key As String,
Value As String
)
public:
void SetAttribute(
[InAttribute] String^ Key,
[InAttribute] String^ Value
)
Parameters
- Key
- Type: System.String
- Value
- Type: System.String
See Also