RecAPIkRecGetOCRTableCellText Method |
Namespace: Kofax.OmniPageCSDK.CAPI
public static RECERR kRecGetOCRTableCellText( int sid, IntPtr hPage, int nZone, int nCell, out string cellText )
Public Shared Function kRecGetOCRTableCellText ( sid As Integer, hPage As IntPtr, nZone As Integer, nCell As Integer, <OutAttribute> ByRef cellText As String ) As RECERR
public: static RECERR kRecGetOCRTableCellText( int sid, IntPtr hPage, int nZone, int nCell, [OutAttribute] String^% cellText )