Enum Rotation

信息

可能的旋转值的枚举。

public enum Rotation

Fields

  • None = 0: 未旋转。
  • On180 = 2: 旋转 180 度。
  • On270 = 3: 顺时针旋转 270 度。
  • On360 = 4: 顺时针旋转 360 度。
  • On90 = 1: 顺时针旋转 90 度。

Namespace: Documentize Assembly: Documentize.dll

2026年8月6日
 中文