跳转到主要内容
RotationTypeEnum 枚举常量用于以下情况:
typedef enum {
 RT_UnknownRotation = -1,
 RT_NoRotation,
 RT_Clockwise,
 RT_Counterclockwise,
 RT_Upsidedown
} RotationTypeEnum;

成员

名称

说明

IImageDocument::Transform

IImageDocument::ImageRotation

IImageDocumentEvents::TransformationMade

IImageProcessingParams::RotationType

ITextOrientation::RotationType

RT_Clockwise

将图像顺时针旋转 90 度。

图像已顺时针旋转 90 度。

顺时针方向 (文本相对于正常方向顺时针旋转 90 度) 。

RT_Counterclockwise

将图像逆时针旋转 90 度。

图像已逆时针旋转 90 度。

逆时针方向 (文本相对于正常方向逆时针旋转 90 度) 。

RT_NoRotation

不旋转图像。

图像未旋转。

正常方向。

RT_UnknownRotation

此属性或方法不能使用该值。

旋转角度未定义。

文本方向未定义。IImageProcessingParams::RotationType 属性不能设置为此值。

RT_Upsidedown

将图像旋转 180 度。

图像已旋转 180 度。

倒置方向 (文本相对于正常方向旋转了 180 度) 。

以下位置会用到

IImageProcessingParams::RotationType IImageDocument::Transform IImageDocument::ImageRotation IImageDocumentEvents::TransformationMade ITextOrientation::RotationType