RecAPI.kRecLineRemoval Method (Int32, IntPtr, RECT)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic static RECERR kRecLineRemoval(
int sid,
IntPtr hPage,
RECT pRect
)
Public Shared Function kRecLineRemoval (
sid As Integer,
hPage As IntPtr,
pRect As RECT
) As RECERR
public:
static RECERR kRecLineRemoval(
int sid,
IntPtr hPage,
RECT pRect
)
Parameters
- sid
- Type: System.Int32
- hPage
- Type: System.IntPtr
- pRect
- Type: OmniPageCSDK.ArgTypes.RECT
Return Value
Type:
RECERR
See Also