DocumentClassifierProject.Save 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 Save(
string Project,
[OptionalAttribute] Document EmbeddingDocument
)
Public Sub Save (
Project As String,
<OptionalAttribute> EmbeddingDocument As Document
)
public:
void Save(
[InAttribute] String^ Project,
[OptionalAttribute] [InAttribute] Document^ EmbeddingDocument
)
Parameters
- Project
- Type: System.String
- EmbeddingDocument (Optional)
- Type: Kofax.OmniPageCSDK.IproPlus.Document
See Also