This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the set of command orderings

Namespace: Smartsite.ImageProcessor
Assembly:  Smartsite.ImageProcessor (in Smartsite.ImageProcessor.dll)

Syntax

C#Copy imageCopy Code
public enum CommandOrder
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration CommandOrder

Members

Member nameDescription
CropRotateScaleMirrorFirst
Crop, rotate, scale, mirror + rest in order as defined in configuration
RotateCropScaleMirrorFirst
Rotate, crop, scale, mirror + rest in order as defined in configuration
Appearance
Order of appearance in request query string + rest in order as defined in configuration
Configuration
Order as appears in configuration

See Also

Advanced