VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebReferencedImageAnnotationViewJS type / set_Url Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Url Method
In This Topic
Sets an URL of the image file.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebReferencedImageAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_Url(value);

Parameters

value
Url. Default value is empty string.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also