VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiImageProcessingToolbarPanelJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebUiImageProcessingToolbarPanelJS type
In This Topic
A web UI toolbar panel that allows to view a list of image processing commands, select the image processing command and apply the image processing command to an image in image viewer.
Syntax
// Parameters
var settings; // Type: object
var stateButton; // Type: WebUiElementJS

var instance = new Vintasoft.Imaging.UI.Panels.WebUiImageProcessingToolbarPanelJS(settings, stateButton);

Remarks

Panel has two states: "active" and "notActive". The stateButton parameter also has same two states (original states of button will be ignored).

Inheritance Hierarchy

Object
   Vintasoft.Imaging.UI.UIElements.WebUiElementJS
      Vintasoft.Imaging.UI.UIElements.WebUiDivElementJS
         Vintasoft.Imaging.UI.UIElements.WebUiElementContainerJS
            Vintasoft.Imaging.UI.Panels.WebUiPanelJS
               Vintasoft.Imaging.UI.Panels.WebUiImageProcessingToolbarPanelJS

Browser Compatibility
56+
45+
11
See Also