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