VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebFlipCommandJS type / get_RotateFlipType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_RotateFlipType Method
    In This Topic
    Gets the flip type.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebFlipCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebRotateFlipTypeEnumJS
    value = instance.get_RotateFlipType();
    
    
    function get_RotateFlipType() : WebRotateFlipTypeEnumJS;
    

    Return Value

    An instance of WebRotateFlipTypeEnumJS class. Default value is "RotateNoneFlipX".
    Browser Compatibility
    56+
    45+
    11
    See Also