Click or drag to resize

RecAPIkRecGetPDFRestrictions Method

See kRecGetPDFRestrictions.

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", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecGetPDFRestrictions(
	int sid,
	IntPtr hIFile,
	PDF_PASSWORD_MODE mode,
	out PDF_RESTRICTIONS rest
)

Parameters

sid
Type: SystemInt32
hIFile
Type: SystemIntPtr
mode
Type: Kofax.OmniPageCSDK.ArgTypesPDF_PASSWORD_MODE
rest
Type: Kofax.OmniPageCSDK.ArgTypesPDF_RESTRICTIONS

Return Value

Type: RECERR
See Also