Click or drag to resize
ImageHelperGetRotatedImageData Method
Rotates image by specified angle.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public byte[] GetRotatedImageData(
	ImageHelperImageRotationEnum rotation
)

Parameters

rotation
Type: CMS.HelpersImageHelperImageRotationEnum
Rotation angle enumeration

Return Value

Type: Byte
See Also