set_AutoFontMinSize Method
In This Topic
Sets the minimum font size when auto font size is enabled (AutoFontSize == True).
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_AutoFontMinSize(value);
function set_AutoFontMinSize(
: number
) : any;
Parameters
- value
- 0 - minimum font size is not used; any positive value - minimum font size is used.
Default value is 0.
Browser Compatibility
See Also