SettingNode.GetEnumInfo Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
The EnumValues out parameter is a one-dimensional array of long values (for Visual Basic programmers), or a SAFEARRAY of longs (for C++ programmers), which contains the available enum items for the setting. The optional EnumNames out variant parameter is a one-dimensional array of string values (for Visual Basic programmers), or a SAFEARRAY of BSTRs (for C++ programmers), returning the associated friendly names of the enum values. If the node does not have an associated enum setting, empty arrays are returned.