get_AutoFontMinSize Method
Gets the minimum 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_AutoFontMinSize();
function get_AutoFontMinSize() : number;
Return Value
0 - minimum font size is not used; any positive value - minimum font size is used.
Default value is 0.