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

    Return Value

    The name of the font family.
    Browser Compatibility
    56+
    45+
    11
    See Also