RecAPIkRecGetNextTemplateAttribute Method |
Namespace: Kofax.OmniPageCSDK.CAPI
public static RECERR kRecGetNextTemplateAttribute( IntPtr hPage, string prevkey, out string key, out string value )
Public Shared Function kRecGetNextTemplateAttribute ( hPage As IntPtr, prevkey As String, <OutAttribute> ByRef key As String, <OutAttribute> ByRef value As String ) As RECERR
public: static RECERR kRecGetNextTemplateAttribute( IntPtr hPage, String^ prevkey, [OutAttribute] String^% key, [OutAttribute] String^% value )