Click or drag to resize

ImageRotate Method

This method rotates the page, based on the Rotation parameter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Rotate(
	IMG_ROTATE Rotation
)

Parameters

Rotation
Type: Kofax.OmniPageCSDK.IproPlusIMG_ROTATE
Remarks

Available values of IMG_ROTATE are listed in the description of the Rotation property of the Document object. If the Rotation parameter is ROT_NO or ROT_AUTO, no rotation is performed.

Note that calling this method destroys any existing recognition results. The UserZones, OCRZones and Characters collections are cleared. The CharNum, WordNum, RejectedCharNum, RecognitionTime and FullRecognitionTime properties of the Statistics object are set to zero, the Recognized property of the Page object is set to False. This method de-skews all the stored image variants.

Calling this method sets the Modified property of the related Document to True.

See Also