RecAPI.kRecGetCompressionLevel Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static RECERR kRecGetCompressionLevel( int sid, out int pCompressionlevel )
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Unicode>] Public Shared Function kRecGetCompressionLevel ( sid As Integer, <OutAttribute> ByRef pCompressionlevel As Integer ) As RECERR
public: [DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Unicode)] static RECERR kRecGetCompressionLevel( int sid, [OutAttribute] int% pCompressionlevel )