set_UseThumbnailActionsPanel Method
In This Topic
Sets 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 returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseThumbnailActionsPanel(value);
function set_UseThumbnailActionsPanel(
: boolean
) : any;
Parameters
- value
- A value indicating whether the thumbnail viewer displays the panel with thumbnail actions.
Browser Compatibility
See Also