VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebRotateCommandJS type / get_Angle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Angle Method
    In This Topic
    Gets the rotation angle, in degrees.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebRotateCommandJS();
    
    var value; // Type: number
    value = instance.get_Angle();
    
    
    function get_Angle() : number;
    

    Return Value

    Rotation angle. Valid values are from 0 to 360. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also