FormTemplateLibraryGetItem Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetItem(
int Index,
out FormTemplate FormTemplate
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef FormTemplate As FormTemplate
)
public:
void GetItem(
int Index,
[OutAttribute] FormTemplate^% FormTemplate
)
Parameters
- Index
- Type: SystemInt32
- FormTemplate
- Type: Kofax.OmniPageCSDK.IproPlusFormTemplate
See Also