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