VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebImageViewerContextMenuJS type / set_CanSetCustomViewRotation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_CanSetCustomViewRotation Method
    In This Topic
    Sets a value indicating whether context menu should contain items, which allow to rotate image view.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebImageViewerContextMenuJS(imageViewer, settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanSetCustomViewRotation(value);
    
    
    function set_CanSetCustomViewRotation(
    value
    A value indicating whether context menu should contain items, which allow to rotate image view.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether context menu should contain items, which allow to rotate image view.
    Browser Compatibility
    56+
    45+
    11
    See Also