VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiThumbnailViewerPanelJS type / set_CanSetCustomViewRotationUsingContextMenu Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_CanSetCustomViewRotationUsingContextMenu Method
    In This Topic
    Sets a value indicating whether the thumbnail viewer allows to rotate thumbnail view using context menu.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiThumbnailViewerPanelJS(settings, stateButton);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanSetCustomViewRotationUsingContextMenu(value);
    
    
    function set_CanSetCustomViewRotationUsingContextMenu(
    value
    A value indicating whether the thumbnail viewer allows to rotate thumbnail view using context menu.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether the thumbnail viewer allows to rotate thumbnail view using context menu.
    Browser Compatibility
    56+
    45+
    11
    See Also