Click or drag to resize
ImageHelperImageTrimAreaEnum Enumeration
Enumeration used to specify trimming area.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public enum ImageTrimAreaEnum
Members
  Member nameValueDescription
TopLeft0 Trim area around top left corner.
TopCenter1 Trim area around top center.
TopRight2 Trim area around top right corner.
MiddleLeft3 Trim area around middle left.
MiddleCenter4 Trim area around middle center.
MiddleRight5 Trim area around middle right.
BottomLeft6 Trim area around bottom left corner.
BottomCenter7 Trim area around bottom center.
BottomRight8 Trim area around bottom right corner.
See Also