UDManager.GetUDSections Method
|
This property returns the
UDSections collection of the active user dictionary.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetUDSections(
out UDSections Sections
)
Public Sub GetUDSections (
<OutAttribute> ByRef Sections As UDSections
)
public:
void GetUDSections(
[OutAttribute] UDSections^% Sections
)
Parameters
- Sections
- Type: Kofax.OmniPageCSDK.IproPlus.UDSections
See Also