In This Topic
Sets 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 returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_Bold(value);
function set_Bold(
: boolean
) : any;
Parameters
- value
- True - font is bold; False - font is not bold.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also