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