DocumentProcessPages Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ProcessPages(
[OptionalAttribute] Object Images,
[OptionalAttribute] string OutputFileName,
[OptionalAttribute] Converter Converter
)
Public Sub ProcessPages (
<OptionalAttribute> Images As Object,
<OptionalAttribute> OutputFileName As String,
<OptionalAttribute> Converter As Converter
)
public:
void ProcessPages(
[OptionalAttribute] [InAttribute] Object^ Images,
[OptionalAttribute] [InAttribute] String^ OutputFileName,
[OptionalAttribute] [InAttribute] Converter^ Converter
)
Parameters
- Images (Optional)
- Type: SystemObject
- OutputFileName (Optional)
- Type: SystemString
- Converter (Optional)
- Type: Kofax.OmniPageCSDK.IproPlusConverter
See Also