VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUriActionMetadataJS type / set_Uri Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Uri Method
    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(
    value
    The uniform resource identifier (URI).
    : string
    ) : any;

    Parameters

    value
    The uniform resource identifier (URI).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also