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