VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / set_Underline Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Underline Method
In This Topic
Sets a value that indicates whether the font is underlined.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_Underline(value);

Parameters

value
True - font is underlined; False - font is not underlined.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also