ImageHelperImageTrimAreaEnum Enumeration |
Enumeration used to specify trimming area.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public enum ImageTrimAreaEnum
Members
| Member name | Value | Description |
---|
| TopLeft | 0 |
Trim area around top left corner.
|
| TopCenter | 1 |
Trim area around top center.
|
| TopRight | 2 |
Trim area around top right corner.
|
| MiddleLeft | 3 |
Trim area around middle left.
|
| MiddleCenter | 4 |
Trim area around middle center.
|
| MiddleRight | 5 |
Trim area around middle right.
|
| BottomLeft | 6 |
Trim area around bottom left corner.
|
| BottomCenter | 7 |
Trim area around bottom center.
|
| BottomRight | 8 |
Trim area around bottom right corner.
|
See Also