VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ViewRotationAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ViewRotationAngle Method
    In This Topic
    Gets the rotation angle, in degrees, of image view in image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_ViewRotationAngle();
    
    
    function get_ViewRotationAngle() : number;
    

    Return Value

    The rotation angle, in degrees, of images in thumbnail viewer. Valid values are 0, 90, 180, 270. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also