VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / get_AutoFontSizeMaxValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoFontSizeMaxValue Method
    In This Topic
    Gets the maximum font size when font size must be calculated automatically (WebPdfInteractiveFormFieldJS.get_FontSize set to 0).
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
    
    var value; // Type: number
    value = instance.get_AutoFontSizeMaxValue();
    
    
    function get_AutoFontSizeMaxValue() : number;
    

    Return Value

    Maximum font size. Default value is 0. 0 - maximum font size is not specified.
    Browser Compatibility
    56+
    45+
    11
    See Also