RecAPIkRecMakePagesSearchable Method (Int32, String, Int32, IntPtr, IMAGEINDEX)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax public static RECERR kRecMakePagesSearchable(
int sid,
string pFilename,
int fromPage,
IntPtr ahPage,
IMAGEINDEX iiImg
)
Public Shared Function kRecMakePagesSearchable (
sid As Integer,
pFilename As String,
fromPage As Integer,
ahPage As IntPtr,
iiImg As IMAGEINDEX
) As RECERR
public:
static RECERR kRecMakePagesSearchable(
int sid,
String^ pFilename,
int fromPage,
IntPtr ahPage,
IMAGEINDEX iiImg
)
Parameters
- sid
- Type: SystemInt32
- pFilename
- Type: SystemString
- fromPage
- Type: SystemInt32
- ahPage
- Type: SystemIntPtr
- iiImg
- Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
Return Value
Type:
RECERRSee Also