This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public interface IImageCommand |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface IImageCommand |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Execute |
Executes this image transformation using specified context.
|
|
GetParameterValue |
Gets the parameter string value.
(Inherited from ICommand.) |
|
GetPreferredResponseContentType |
Gets the preferred content type of the response when this command is executed.
|
|
SetParameterConstraint |
Sets the constraint for specified parameter.
(Inherited from ICommand.) |
|
SetParameterValue |
Sets the value for specified parameter.
(Inherited from ICommand.) |