VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationTextPropertiesJS type / get_AutoFontMaxSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_AutoFontMaxSize Method
In This Topic
Gets the maximum font size when auto font size is enabled (AutoFontSize == True).
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();

var value; // Type: number
value = instance.get_AutoFontMaxSize();

Return 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