DocumentClassifierClassAddImage Method
|
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void AddImage(
ImageFile File,
int Page,
out DocumentClassifierDocument Document
)
Public Sub AddImage (
File As ImageFile,
Page As Integer,
<OutAttribute> ByRef Document As DocumentClassifierDocument
)
public:
void AddImage(
[InAttribute] ImageFile^ File,
[InAttribute] int Page,
[OutAttribute] DocumentClassifierDocument^% Document
)
Parameters
- File
- Type: OmniPageCSDK.IproPlusImageFile
- Page
- Type: SystemInt32
- Document
- Type: OmniPageCSDK.IproPlusDocumentClassifierDocument
See Also