RecAPIkRecGetNextDCDocumentAttribute Method |
Namespace: Kofax.OmniPageCSDK.CAPI
public static RECERR kRecGetNextDCDocumentAttribute( IntPtr hDCDocument, string prevKey, out string ppKey, out string ppValue )
Public Shared Function kRecGetNextDCDocumentAttribute ( hDCDocument As IntPtr, prevKey As String, <OutAttribute> ByRef ppKey As String, <OutAttribute> ByRef ppValue As String ) As RECERR
public: static RECERR kRecGetNextDCDocumentAttribute( IntPtr hDCDocument, String^ prevKey, [OutAttribute] String^% ppKey, [OutAttribute] String^% ppValue )