ImageFileTransformByMatrix Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void TransformByMatrix(
double M00,
double M01,
double M02,
double M10,
double M11,
double M12,
double M20,
double M21,
ref IPROSIZE Size,
[OptionalAttribute] int Page
)
Public Sub TransformByMatrix (
M00 As Double,
M01 As Double,
M02 As Double,
M10 As Double,
M11 As Double,
M12 As Double,
M20 As Double,
M21 As Double,
ByRef Size As IPROSIZE,
<OptionalAttribute> Page As Integer
)
public:
void TransformByMatrix(
[InAttribute] double M00,
[InAttribute] double M01,
[InAttribute] double M02,
[InAttribute] double M10,
[InAttribute] double M11,
[InAttribute] double M12,
[InAttribute] double M20,
[InAttribute] double M21,
[InAttribute] IPROSIZE% Size,
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- M00
- Type: SystemDouble
- M01
- Type: SystemDouble
- M02
- Type: SystemDouble
- M10
- Type: SystemDouble
- M11
- Type: SystemDouble
- M12
- Type: SystemDouble
- M20
- Type: SystemDouble
- M21
- Type: SystemDouble
- Size
- Type: Kofax.OmniPageCSDK.IproPlusIPROSIZE
- Page (Optional)
- Type: SystemInt32
See Also