DocumentClassifierClass.GetProject 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 GetProject(
out DocumentClassifierProject Project
)
Public Sub GetProject (
<OutAttribute> ByRef Project As DocumentClassifierProject
)
public:
void GetProject(
[OutAttribute] DocumentClassifierProject^% Project
)
Parameters
- Project
- Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierProject
See Also