VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebImageViewerContextMenuJS type / get_CanSetCustomViewRotation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanSetCustomViewRotation Method
    In This Topic
    Gets 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 value; // Type: boolean
    value = instance.get_CanSetCustomViewRotation();
    
    
    function get_CanSetCustomViewRotation() : boolean;
    

    Return Value

    True - context menu should contain items, which allow to rotate image view; False - context menu should not contain items, which allow to rotate image view. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also