RecAPIkRecGetCellName Method |
Namespace: Kofax.OmniPageCSDK.CAPI
public static RECERR kRecGetCellName( IntPtr hPage, int xZone, int cellIndex, out string name )
Public Shared Function kRecGetCellName ( hPage As IntPtr, xZone As Integer, cellIndex As Integer, <OutAttribute> ByRef name As String ) As RECERR
public: static RECERR kRecGetCellName( IntPtr hPage, int xZone, int cellIndex, [OutAttribute] String^% name )