VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebTextAnnotationViewJS type / get_AutoFontSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoFontSize Method
    In This Topic
    Gets a value indicating whether the annotation's font size depends on the annotation size.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_AutoFontSize();
    
    
    function get_AutoFontSize() : boolean;
    

    Return Value

    True - the annotation's font size depends on the annotation size; False - the annotation's font size does not depend on the annotation size. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also