DocumentClassifierClass.AddFile 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 AddFile(
string File,
int Page,
out DocumentClassifierDocument Document
)
Public Sub AddFile (
File As String,
Page As Integer,
<OutAttribute> ByRef Document As DocumentClassifierDocument
)
public:
void AddFile(
[InAttribute] String^ File,
[InAttribute] int Page,
[OutAttribute] DocumentClassifierDocument^% Document
)
Parameters
- File
- Type: System.String
- Page
- Type: System.Int32
- Document
- Type: Kofax.OmniPageCSDK.IproPlus.DocumentClassifierDocument
See Also