set_RotateFlipType Method
In This Topic
Sets the flip type.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebFlipCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebRotateFlipTypeEnumJS
returnValue = instance.set_RotateFlipType(value);
Parameters
- value
- An instance of WebRotateFlipTypeEnumJS class. Default value is "RotateNoneFlipX".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also