Click or drag to resize
ImageHelperImageRotationEnum Enumeration
Enumeration used to specify angle for image rotation.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public enum ImageRotationEnum
Members
  Member nameValueDescription
Rotate900 Rotate 90 degrees clockwise.
Rotate1801 Rotate 180 degrees clockwise.
Rotate2702 Rotate 270 degrees clockwise.
See Also