VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAnnotationViewJS type / set_HyperLink Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HyperLink Method
    In This Topic
    Sets the hyperlink reference.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_HyperLink(value);
    
    
    function set_HyperLink(
    value
    Hyperlink reference. Default value is "www.vintasoft.com".
    : string
    ) : any;

    Parameters

    value
    Hyperlink reference. Default value is "www.vintasoft.com".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also