VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebTextAnnotationViewJS type / get_AutoFontMinSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoFontMinSize Method
    In This Topic
    Gets the minimum font size when auto font size is enabled (AutoFontSize == True).
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_AutoFontMinSize();
    
    
    function get_AutoFontMinSize() : number;
    

    Return Value

    0 - minimum font size is not used; any positive value - minimum font size is used.
    Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also