VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiImageViewerPanelJS type / get_CanSetCustomViewRotationUsingContextMenu Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanSetCustomViewRotationUsingContextMenu Method
    In This Topic
    Gets a value indicating whether panel should show a context menu that allows to set custom image rotation.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiImageViewerPanelJS(settings, stateButton);
    
    var value; // Type: boolean
    value = instance.get_CanSetCustomViewRotationUsingContextMenu();
    
    
    function get_CanSetCustomViewRotationUsingContextMenu() : boolean;
    

    Return Value

    True - panel should show a context menu that allows to set custom image rotation; False - panel should not show a context menu that allows to set custom image rotation. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also