In This Topic
Sets the direction to skew.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebSkewCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageProcessingDirectionEnumJS
returnValue = instance.set_Direction(value);
function set_Direction(
: WebImageProcessingDirectionEnumJS
) : any;
Parameters
- value
- An instance of WebImageProcessingDirectionEnumJS class. Default value is "Horizontal".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument value is horizontal and vertical. |
Browser Compatibility
See Also