Document.Rotation Property
|
Use this property to get or set the image rotation mode during image preprocessing.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IMG_ROTATE Rotation { get; set; }
Public Property Rotation As IMG_ROTATE
Get
Set
public:
property IMG_ROTATE Rotation {
IMG_ROTATE get ();
void set (IMG_ROTATE value);
}
Property Value
Type:
IMG_ROTATE
Remarks
For possible values, see the IMG_ROTATE Enumeration topic.
The default value for this property is ROT_AUTO. Image preprocessing occurs when calling the ImagePreprocess method of Document
or Page objects.
Changing this property will set the Modified property to True.
See Also