VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebReferencedImageAnnotationViewJS type / get_Url Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Url Method
    In This Topic
    Gets an URL of the image file.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebReferencedImageAnnotationViewJS();
    
    var value; // Type: string
    value = instance.get_Url();
    
    
    function get_Url() : string;
    

    Return Value

    Url. Default value is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also