get_AutoFontMaxSize Method
Gets the maximum font size when auto font size is enabled (AutoFontSize == True).
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();
var value; // Type: number
value = instance.get_AutoFontMaxSize();
function get_AutoFontMaxSize() : number;
Return Value
0 - maximum font size is not used; any positive value - maximum font size is used.
Default value is 0.