Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void ScanPages(
string FileName,
IMF_FORMAT Format,
bool Asynchronously,
[OptionalAttribute] bool Append
)
Public Sub ScanPages (
FileName As String,
Format As IMF_FORMAT,
Asynchronously As Boolean,
<OptionalAttribute> Append As Boolean
)
public:
void ScanPages(
[InAttribute] String^ FileName,
[InAttribute] IMF_FORMAT Format,
[InAttribute] bool Asynchronously,
[OptionalAttribute] [InAttribute] bool Append
)
Parameters
- FileName
- Type: SystemString
- Format
- Type: Kofax.OmniPageCSDK.IproPlusIMF_FORMAT
- Asynchronously
- Type: SystemBoolean
- Append (Optional)
- Type: SystemBoolean
See Also