Click or drag to resize

ImageFileTransformByMatrix Method

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void TransformByMatrix(
	double M00,
	double M01,
	double M02,
	double M10,
	double M11,
	double M12,
	double M20,
	double M21,
	ref IPROSIZE Size,
	[OptionalAttribute] 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