VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebFlipCommandJS type / set_RotateFlipType Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_RotateFlipType Method
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
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also