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);
function set_LinkAppearance(
: WebLinkAppearanceJS
) : any;
Parameters
- value
- The WebLinkAppearanceJS of the hyperlink in its default state.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also