VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLinkAppearanceJS type / get_Font Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Font Method
    In This Topic
    Gets the font of the text.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS(font, foreColor, backColor, fontTransparent, cursor);
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS
    value = instance.get_Font();
    
    
    function get_Font() : WebAnnotationFontJS;
    

    Return Value

    The WebAnnotationFontJS of the text.
    Browser Compatibility
    56+
    45+
    11
    See Also