VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ViewRotationAngle Property
Syntax Exceptions BrowserCompatibility SeeAlso
    set_ViewRotationAngle Method
    Sets the rotation angle, in degrees, of image view in image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ViewRotationAngle(value);
    
    

    Parameters

    value
    The rotation angle, in degrees, of images in thumbnail viewer. Valid values are 0, 90, 180, 270. Default value is 0.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is not orthogonal anlge.
    Browser Compatibility
    56+
    45+
    11
    See Also