DocumentClassifierProjectsGetItem 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 DocumentClassifierProject DocumentClassifierProject
)
Public Sub GetItem (
Index As Integer,
<OutAttribute> ByRef DocumentClassifierProject As DocumentClassifierProject
)
public:
void GetItem(
int Index,
[OutAttribute] DocumentClassifierProject^% DocumentClassifierProject
)
Parameters
- Index
- Type: SystemInt32
- DocumentClassifierProject
- Type: Kofax.OmniPageCSDK.IproPlusDocumentClassifierProject
See Also