RecAPIPlusRecCreateDoc Method
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax[DllImportAttribute("RecAPIPlus.dll", EntryPoint = "RecCreateDocW", CallingConvention = CallingConvention.StdCall,
CharSet = CharSet.Unicode)]
public static RECERR RecCreateDoc(
int sid,
string DocFile,
out IntPtr hDoc,
DOCOPENMODE mode
)
<DllImportAttribute("RecAPIPlus.dll", EntryPoint := "RecCreateDocW",
CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>]
Public Shared Function RecCreateDoc (
sid As Integer,
DocFile As String,
<OutAttribute> ByRef hDoc As IntPtr,
mode As DOCOPENMODE
) As RECERR
public:
[DllImportAttribute(L"RecAPIPlus.dll", EntryPoint = L"RecCreateDocW",
CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)]
static RECERR RecCreateDoc(
int sid,
String^ DocFile,
[OutAttribute] IntPtr% hDoc,
DOCOPENMODE mode
)
Parameters
- sid
- Type: SystemInt32
- DocFile
- Type: SystemString
- hDoc
- Type: SystemIntPtr
- mode
- Type: Kofax.OmniPageCSDK.ArgTypesDOCOPENMODE
Return Value
Type:
RECERR
See Also