VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS 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.WebAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_Name(value);
    
    
    function set_Name(
    value
    New annotation name. Default value is empty string.
    : string
    ) : any;

    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