RecAPIkRecTransformImgByMatrix Method (Int32, IntPtr, Double)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic static RECERR kRecTransformImgByMatrix(
int sid,
IntPtr hPage,
double[] pMatrix
)
Public Shared Function kRecTransformImgByMatrix (
sid As Integer,
hPage As IntPtr,
pMatrix As Double()
) As RECERR
public:
static RECERR kRecTransformImgByMatrix(
int sid,
IntPtr hPage,
array<double>^ pMatrix
)
Parameters
- sid
- Type: SystemInt32
- hPage
- Type: SystemIntPtr
- pMatrix
- Type: SystemDouble
Return Value
Type:
RECERR
See Also