VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAnnotationViewJS type / set_LinkAppearance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_LinkAppearance Method
In This Topic
Sets the appearance of the hyperlink in its default state.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebLinkAppearanceJS

returnValue = instance.set_LinkAppearance(value);

Parameters

value
The WebLinkAppearanceJS of the hyperlink in its default state.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also