跳轉到主要內容
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

將影像旋轉為上下顛倒。

影像已旋轉為上下顛倒。

上下顛倒方向 (文字相對於正常方向為上下顛倒) 。

使用於

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