In This Topic
Sets the uniform resource identifier (URI).
Syntax
var instance = new Vintasoft.Imaging.WebUriActionMetadataJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_Uri(value);
function set_Uri(
: string
) : any;
Parameters
- value
- The uniform resource identifier (URI).
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also