VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebTextAnnotationViewJS type / set_AutoFontMaxSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_AutoFontMaxSize Method
    In This Topic
    Sets the maximum font size when auto font size is enabled (AutoFontSize == True).
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_AutoFontMaxSize(value);
    
    
    function set_AutoFontMaxSize(
    value
    0 - maximum font size is not used; any positive value - maximum font size is used.
    Default value is 0.
    : number
    ) : any;

    Parameters

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