RecAPI.kRecGetProcessedPageCount Method |
Namespace: Kofax.OmniPageCSDK.CAPI
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static int kRecGetProcessedPageCount( out uint PageCount )
<DllImportAttribute("kernelapi", CallingConvention := CallingConvention.StdCall, CharSet := CharSet.Ansi>] Public Shared Function kRecGetProcessedPageCount ( <OutAttribute> ByRef PageCount As UInteger ) As Integer
public: [DllImportAttribute(L"kernelapi", CallingConvention = CallingConvention::StdCall, CharSet = CharSet::Ansi)] static int kRecGetProcessedPageCount( [OutAttribute] unsigned int% PageCount )