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

    Return Value

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