set_InteractionMode Method
In This Topic
Sets an interaction mode for web document editor.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: WebDocumentEditorInteractionModeEnumJS
returnValue = instance.set_InteractionMode(value);
function set_InteractionMode(
: WebDocumentEditorInteractionModeEnumJS
) : any;
Parameters
- value
- An interaction mode for web document editor. Default value is "Edit".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also