RecAPIkRecGetJP2KGraySlopeThrMinMax Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static RECERR kRecGetJP2KGraySlopeThrMinMax( int sid, out ushort nColorSlopeThrMin, out ushort nColorSlopeThrMax )
<DllImportAttribute("KernelAPI.dll", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetJP2KGraySlopeThrMinMax ( sid As Integer, <OutAttribute> ByRef nColorSlopeThrMin As UShort, <OutAttribute> ByRef nColorSlopeThrMax As UShort ) As RECERR
public: [DllImportAttribute(L"KernelAPI.dll", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static RECERR kRecGetJP2KGraySlopeThrMinMax( int sid, [OutAttribute] unsigned short% nColorSlopeThrMin, [OutAttribute] unsigned short% nColorSlopeThrMax )