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

var value; // Type: boolean
value = instance.get_Bold();

Return Value

True - font is bold; False - font is not bold.
Browser Compatibility
56+
45+
11
See Also