VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / set_FamilyName Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FamilyName Method
In This Topic
Sets the name of the font family.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_FamilyName(value);

Parameters

value
The name of the font family.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also