MatchingFormTemplatesGetItem Method
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out MatchingFormTemplate FormTemplate
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef FormTemplate As MatchingFormTemplate
)
public:
void GetItem(
int Index,
[OutAttribute] MatchingFormTemplate^% FormTemplate
)
Parameters
- Index
- Type: SystemInt32
- FormTemplate
- Type: Kofax.OmniPageCSDK.IproPlusMatchingFormTemplate
See Also