In This Topic
Sets a value indicating whether the annotation's font size depends on the annotation size.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_AutoFontSize(value);
function set_AutoFontSize(
: boolean
) : any;
Parameters
- value
- True - the annotation's font size depends on the annotation size; False - the annotation's font size does not depend on the annotation size. Default value is False.
Browser Compatibility
See Also