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

    Parameters

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