VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / set_Name Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Name Method
In This Topic
Sets the name of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_Name(value);

Parameters

value
New annotation name. Default value is empty string.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if argument has more than 256 symbols.
Browser Compatibility
56+
45+
11
See Also