set_CanSetCustomViewRotation Method
In This Topic
Sets 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 returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanSetCustomViewRotation(value);
function set_CanSetCustomViewRotation(
: boolean
) : any;
Parameters
- value
- A value indicating whether context menu should contain items, which allow to rotate image view.
Browser Compatibility
See Also