DocumentSetUserDictionary Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetUserDictionary(
string Name,
bool Embedded,
[OptionalAttribute] Object SectionName
)
Public Sub SetUserDictionary (
Name As String,
Embedded As Boolean,
<OptionalAttribute> SectionName As Object
)
public:
void SetUserDictionary(
[InAttribute] String^ Name,
[InAttribute] bool Embedded,
[OptionalAttribute] [InAttribute] Object^ SectionName
)
Parameters
- Name
- Type: SystemString
- Embedded
- Type: SystemBoolean
- SectionName (Optional)
- Type: SystemObject
See Also