WFDescInfo.SetMetaData Method
|
Using this property, you can check and customise metadata values.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetMetaData(
string Name,
Object Value
)
Public Sub SetMetaData (
Name As String,
Value As Object
)
public:
void SetMetaData(
[InAttribute] String^ Name,
[InAttribute] Object^ Value
)
Parameters
- Name
- Type: System.String
- Value
- Type: System.Object
See Also