Gets a value that indicates whether the font is bold.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
var value; // Type: boolean
value = instance.get_Bold();
function get_Bold() : boolean;
Return Value
True - font is bold; False - font is not bold.