Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SaveAs(
string FileName,
IMF_FORMAT Format,
[OptionalAttribute] int Page
)
Public Sub SaveAs (
FileName As String,
Format As IMF_FORMAT,
<OptionalAttribute> Page As Integer
)
public:
void SaveAs(
[InAttribute] String^ FileName,
[InAttribute] IMF_FORMAT Format,
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- FileName
- Type: SystemString
- Format
- Type: Kofax.OmniPageCSDK.IproPlusIMF_FORMAT
- Page (Optional)
- Type: SystemInt32
See Also