Click or drag to resize

ImageRotateImgArea Method (IMAGEINDEX, RECT, IMG_ROTATE, IMG_INFO, Bitmap)

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public void RotateImgArea(
	IMAGEINDEX imageindex,
	RECT sourcerect,
	IMG_ROTATE rotation,
	out IMG_INFO info,
	out Bitmap bitmap
)

Parameters

imageindex
Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
sourcerect
Type: Kofax.OmniPageCSDK.ArgTypesRECT
rotation
Type: Kofax.OmniPageCSDK.ArgTypesIMG_ROTATE
info
Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
bitmap
Type: System.DrawingBitmap
See Also