Click or drag to resize

RecAPIkRecSetPdfPasswordEx Method

See kRecSetPdfPasswordEx.

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
[DllImportAttribute("KernelAPI.dll", EntryPoint = "kRecSetPdfPasswordExW", 
	CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)]
public static RECERR kRecSetPdfPasswordEx(
	int sid,
	IntPtr hIFile,
	string pwd,
	PDF_PASSWORD_MODE mode
)

Parameters

sid
Type: SystemInt32
hIFile
Type: SystemIntPtr
pwd
Type: SystemString
mode
Type: Kofax.OmniPageCSDK.ArgTypesPDF_PASSWORD_MODE

Return Value

Type: RECERR
See Also