get_UseThumbnailActionsPanel Method
In This Topic
Gets a value indicating whether the thumbnail viewer displays the panel with thumbnail actions (rotate left; rotate right; delete).
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: boolean
value = instance.get_UseThumbnailActionsPanel();
function get_UseThumbnailActionsPanel() : boolean;
Return Value
True - the thumbnail viewer displays panel with thumbnail actions; False - the thumbnail viewer does not display panel with thumbnail actions. Default value is False.
Browser Compatibility
See Also