VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebCompositeAnnotationViewJS type / set_Rotation Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Rotation Method
    In This Topic
    Sets the rotation angle, in degrees, of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebCompositeAnnotationViewJS(items);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Rotation(value);
    
    
    function set_Rotation(
    value
    The rotation angle, in degrees, of annotation. Default value is 0.
    : number
    ) : any;

    Parameters

    value
    The rotation angle, in degrees, of annotation. Default value is 0.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also