Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
Object Item,
out UDSection Section
)
Public Sub GetItem (
Item As Object,
<OutAttribute> ByRef Section As UDSection
)
public:
void GetItem(
Object^ Item,
[OutAttribute] UDSection^% Section
)
Parameters
- Item
- Type: SystemObject
- Section
- Type: Kofax.OmniPageCSDK.IproPlusUDSection
See Also