Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SaveArea(
string FileName,
IMF_FORMAT Format,
int Page,
ref IPRORECT Rect
)
Public Sub SaveArea (
FileName As String,
Format As IMF_FORMAT,
Page As Integer,
ByRef Rect As IPRORECT
)
public:
void SaveArea(
[InAttribute] String^ FileName,
[InAttribute] IMF_FORMAT Format,
[InAttribute] int Page,
[InAttribute] IPRORECT% Rect
)
Parameters
- FileName
- Type: SystemString
- Format
- Type: Kofax.OmniPageCSDK.IproPlusIMF_FORMAT
- Page
- Type: SystemInt32
- Rect
- Type: Kofax.OmniPageCSDK.IproPlusIPRORECT
See Also