RecAPI.kRecGetPDFEncLevel Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetPDFEncLevel( IntPtr hIFile, out ENCRYPT_LEVEL pEncLev )
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetPDFEncLevel ( hIFile As IntPtr, <OutAttribute> ByRef pEncLev As ENCRYPT_LEVEL ) As RECERR
public: [DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetPDFEncLevel( IntPtr hIFile, [OutAttribute] ENCRYPT_LEVEL% pEncLev )