VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebFlipCommandJS type / set_RotateFlipType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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);
    
    
    function set_RotateFlipType(
    value
    An instance of WebRotateFlipTypeEnumJS class. Default value is "RotateNoneFlipX".
    : WebRotateFlipTypeEnumJS
    ) : any;

    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